Update cmake for travis ASan build
authormayeut <mayeut@users.noreply.github.com>
Mon, 2 Nov 2015 21:02:53 +0000 (22:02 +0100)
committermayeut <mayeut@users.noreply.github.com>
Mon, 2 Nov 2015 21:02:55 +0000 (22:02 +0100)
tools/travis-ci/install.sh

index 61debd9509cebd313483ee1289333cbb1e07e377..7223a19bb21fb7f66d152b91a6f163f99d5d041a 100755 (executable)
@@ -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