summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-11-02 22:02:53 +0100
committermayeut <mayeut@users.noreply.github.com>2015-11-02 22:02:55 +0100
commita77717583e05c127f013a7ab55e7cf5ed5bffccf (patch)
treecfefcee6317781f6855dafb490b9647337c8343a /tools
parent968085190c47f1d43e4c19b9fe1ad0d6311f8d2c (diff)
Update cmake for travis ASan build
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh
index 61debd95..7223a19b 100755
--- a/tools/travis-ci/install.sh
+++ b/tools/travis-ci/install.sh
@@ -37,9 +37,9 @@ fi
if [ "${OPJ_CI_ASAN:-}" == "1" ]; then
# We need a new version of cmake than travis-ci provides
- wget -qO - http://www.cmake.org/files/v3.3/cmake-3.3.1-Linux-x86_64.tar.gz | tar -xz
+ wget -qO - https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz | tar -xz
# copy to a directory that will not changed every version
- mv cmake-3.3.1-Linux-x86_64 cmake-install
+ mv cmake-3.3.2-Linux-x86_64 cmake-install
fi
if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then