Skip to content

Commit

Permalink
Don't install libvorbis-dev on Travis
Browse files Browse the repository at this point in the history
The in-tree copy of vorbis is used. No reason to install the package anymore.
  • Loading branch information
zturtleman committed May 13, 2014
1 parent d44f4ed commit 6d47ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ script: ./travis-ci-build.sh
before_install:
- sudo apt-get update -qq
- sudo apt-get remove -qq -y mingw32
- sudo apt-get install -q -y libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
- sudo apt-get install -q -y libgl1-mesa-dev libsdl1.2-dev libfreetype6-dev mingw-w64

notifications:
email: false

0 comments on commit 6d47ff8

Please sign in to comment.