Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make travis work again
Now we do sudo apt-get update to download package sources.
This fixes travis build with the new GCE based infrastructure.

Closes #3427.
Closes #3426.
  • Loading branch information
est31 committed Dec 5, 2015
1 parent d8975ea commit 5643b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/travis/before_install.sh
Expand Up @@ -8,6 +8,7 @@ if [[ $CC == "clang" ]]; then
sudo apt-get install llvm-3.1
sudo apt-get install clang
fi
sudo apt-get update
sudo apt-get install p7zip-full
if [[ $PLATFORM == "Linux" ]]; then
sudo apt-get install libirrlicht-dev cmake libbz2-dev libpng12-dev \
Expand Down

0 comments on commit 5643b9b

Please sign in to comment.