summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-11-02 22:28:30 +0100
committermayeut <mayeut@users.noreply.github.com>2015-11-02 22:28:30 +0100
commitc37d69b25e2bdd40851b898532b2232cb2b04760 (patch)
tree8a6dd4592e5281331e39485040d9ed9318820123
parenta77717583e05c127f013a7ab55e7cf5ed5bffccf (diff)
Fix Travis cmake install
-rwxr-xr-xtools/travis-ci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh
index 7223a19b..c62feee8 100755
--- a/tools/travis-ci/install.sh
+++ b/tools/travis-ci/install.sh
@@ -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