Skip to content

Commit 9f8b1a0

Browse files
BorisCarvajalSiegeLord
authored andcommitted
Fix CI builds on old Ubuntu without Opus package, OSX works as expected.
1 parent 8ab9d1f commit 9f8b1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
export DISPLAY=:99.0;
1414
sh -e /etc/init.d/xvfb start;
1515
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;
16+
sudo apt-get install -y libvorbis-dev libtheora-dev libphysfs-dev libdumb1-dev libflac-dev libpulse-dev libgtk2.0-dev pandoc;
1717
elif [ `uname` = "Darwin" ]; then
1818
brew install cmake opusfile libvorbis freetype flac physfs;
1919
fi

0 commit comments

Comments
 (0)