Skip to content

Commit

Permalink
Do not install cmake in new travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
simongog committed Sep 26, 2016
1 parent 8e631ff commit f4a0dd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ install:
CMAKE_URL="http://www.cmake.org/files/v3.3/cmake-3.3.2-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}
# else
# brew install cmake
fi
############################################################################
# Install libc++ and libc++abi (on Linux only; Xcode uses libc++ by default)
Expand Down

0 comments on commit f4a0dd7

Please sign in to comment.