Skip to content

Commit

Permalink
travis-ci: use cmake 3.6.1 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
shaduzlabs committed Sep 24, 2017
1 parent e9acecb commit 8762d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ install:
############################################################################
- |
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
CMAKE_URL="http://www.cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz"
CMAKE_URL="https://cmake.org/files/v3.6/cmake-3.6.1-Linux-x86_64.tar.gz"
mkdir cmake && travis_retry wget --no-check-certificate --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C cmake
export PATH=${DEPS_DIR}/cmake/bin:${PATH}
echo "The compiler is: ${CXX_COMPILER}"
Expand Down

0 comments on commit 8762d77

Please sign in to comment.