Set up dependencies for travis

This commit is contained in:
Daenyth 2014-06-25 01:17:12 -04:00
parent 0dd4661b7c
commit 478c7f234f

View file

@ -3,3 +3,6 @@ compiler:
- gcc
- clang
script: mkdir build && cd build && cmake .. && make
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler