mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 14:32:55 +00:00
Don't install libvorbis-dev on Travis
The in-tree copy of vorbis is used. No reason to install the package anymore.
This commit is contained in:
parent
d44f4ed9ac
commit
6d47ff88a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue