Skip to content

Commit

Permalink
update cmake download link
Browse files Browse the repository at this point in the history
  • Loading branch information
esonghori committed Nov 6, 2015
1 parent 1a6287e commit eac757c
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 @@ -9,7 +9,7 @@ install:
- sudo apt-get install build-essential
- sudo apt-get install libssl-dev
- sudo apt-get install libboost-all-dev
- wget http://www.cmake.org/files/v3.3/cmake-3.3.2.tar.gz
- wget --no-check-certificate https://cmake.org/files/v3.3/cmake-3.3.2.tar.gz
- tar xf cmake-3.3.2.tar.gz
- cd cmake-3.3.2
- ./configure --parallel=$(getconf _NPROCESSORS_ONLN)
Expand Down

0 comments on commit eac757c

Please sign in to comment.