aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-06-01 18:48:50 +0200
committerEven Rouault <even.rouault@spatialys.com>2018-06-01 18:48:50 +0200
commitb9e7ba6e2343d7254534869ca93afb67c8984b94 (patch)
treee835cdb5b7c4d7d30f31e654b1c6edb8eef7fa5f
parent9f404aee4b8832d05df38a9cab3b61299e0173ac (diff)
downloadPROJ-b9e7ba6e2343d7254534869ca93afb67c8984b94.tar.gz
PROJ-b9e7ba6e2343d7254534869ca93afb67c8984b94.zip
travis/linux_gcc/before_install.sh: add apt-get update to fix failed installation of cppcheck5.1
-rwxr-xr-xtravis/linux_gcc/before_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/linux_gcc/before_install.sh b/travis/linux_gcc/before_install.sh
index c1d119d8..55516cd1 100755
--- a/travis/linux_gcc/before_install.sh
+++ b/travis/linux_gcc/before_install.sh
@@ -2,6 +2,7 @@
./travis/before_install.sh
+sudo apt-get update -qq
sudo apt-get install -y cppcheck
set -e