summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-12-05 17:51:56 +0100
committerest31 <MTest31@outlook.com>2015-12-05 18:01:01 +0100
commit5643b9b9ed3ec39f90e3a7c9bf09bc255e0bcef3 (patch)
tree9560d417ee1eaf36a7fbed00691d41df72823e1e /util
parentd8975eabf95fac1881f75ab149d0cebeff3d10f3 (diff)
downloadminetest-5643b9b9ed3ec39f90e3a7c9bf09bc255e0bcef3.tar.gz
minetest-5643b9b9ed3ec39f90e3a7c9bf09bc255e0bcef3.tar.bz2
minetest-5643b9b9ed3ec39f90e3a7c9bf09bc255e0bcef3.zip
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.
Diffstat (limited to 'util')
-rwxr-xr-xutil/travis/before_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/travis/before_install.sh b/util/travis/before_install.sh
index b61118044..20f6674ae 100755
--- a/util/travis/before_install.sh
+++ b/util/travis/before_install.sh
@@ -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 \