diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-06-01 18:48:50 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-06-01 18:48:50 +0200 |
| commit | b9e7ba6e2343d7254534869ca93afb67c8984b94 (patch) | |
| tree | e835cdb5b7c4d7d30f31e654b1c6edb8eef7fa5f | |
| parent | 9f404aee4b8832d05df38a9cab3b61299e0173ac (diff) | |
| download | PROJ-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-x | travis/linux_gcc/before_install.sh | 1 |
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 |
