Fix Travis cmake install
authormayeut <mayeut@users.noreply.github.com>
Mon, 2 Nov 2015 21:28:30 +0000 (22:28 +0100)
committermayeut <mayeut@users.noreply.github.com>
Mon, 2 Nov 2015 21:28:30 +0000 (22:28 +0100)
tools/travis-ci/install.sh

index 7223a19bb21fb7f66d152b91a6f163f99d5d041a..c62feee848958ba0d0377516b6356f5a323725a2 100755 (executable)
@@ -37,7 +37,7 @@ fi
 
 if [ "${OPJ_CI_ASAN:-}" == "1" ]; then
        # We need a new version of cmake than travis-ci provides
-       wget -qO - https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz | tar -xz
+       wget --no-check-certificate -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.2-Linux-x86_64 cmake-install
 fi