From 9f35238a07d1b4a83369f28f13020d68ffed6f7d Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Tue, 3 Nov 2015 18:25:31 -0500 Subject: [PATCH] Restore compilation with Travis. Thanks to [opencor](https://github.com/opencor/opencor) for the idea. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49200e5fd7..b70bac0981 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,9 +68,9 @@ install: - mkdir ${DEPS_DIR} - cd ${DEPS_DIR} # Use the binary for cmake instead of building it now. - - export CMAKE_URL=http://www.cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz + - export CMAKE_URL=https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz - mkdir cmake - - wget --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C cmake + - wget --no-check-certificate --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C cmake - export PATH=${PWD}/cmake/bin:${PATH} before_script: