Make travis work again
authorest31 <MTest31@outlook.com>
Sat, 5 Dec 2015 16:51:56 +0000 (17:51 +0100)
committerest31 <MTest31@outlook.com>
Sat, 5 Dec 2015 17:01:01 +0000 (18:01 +0100)
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.

util/travis/before_install.sh

index b611180444bc2f6ef20a7982fb86db1fc6fb1e50..20f6674ae5055cb86410f0a896c6293080567095 100755 (executable)
@@ -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 \