Fix Travis cmake install

This commit is contained in:
mayeut 2015-11-02 22:28:30 +01:00
parent a77717583e
commit c37d69b25e
1 changed files with 1 additions and 1 deletions

View File

@ -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