We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab9d1f commit 9f8b1a0Copy full SHA for 9f8b1a0
.travis.yml
@@ -13,7 +13,7 @@ before_install:
13
export DISPLAY=:99.0;
14
sh -e /etc/init.d/xvfb start;
15
sudo apt-get update;
16
- sudo apt-get install -y libopusfile-dev libvorbis-dev libtheora-dev libphysfs-dev libdumb1-dev libflac-dev libpulse-dev libgtk2.0-dev pandoc;
+ sudo apt-get install -y libvorbis-dev libtheora-dev libphysfs-dev libdumb1-dev libflac-dev libpulse-dev libgtk2.0-dev pandoc;
17
elif [ `uname` = "Darwin" ]; then
18
brew install cmake opusfile libvorbis freetype flac physfs;
19
fi
0 commit comments