Skip to content

Commit

Permalink
Add missing packages needed on the Travis boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
willglynn committed Jan 12, 2013
1 parent 3a3e979 commit 30d6504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: cpp
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq libsdl-dev libboost-dev libpng-dev libjsoncpp-dev libogg-dev libvorbis-dev libtheora-dev
- sudo apt-get install -qq libsdl-dev libboost-dev libpng-dev libjsoncpp-dev libogg-dev libvorbis-dev libtheora-dev libprotobuf-dev protobuf-compiler
script:
- mkdir build && cd build && cmake .. && make && make test
compiler:
Expand Down

0 comments on commit 30d6504

Please sign in to comment.