Skip to content

Commit 66b0027

Browse files
committed
use cmake 3 binary dist for travis
1 parent 319cd44 commit 66b0027

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414
before_install:
1515
- sudo add-apt-repository ppa:apokluda/boost1.53 --yes
1616
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test --yes # libstdc++-4.8
17-
- sudo add-apt-repository ppa:george-edison55/cmake-3.x --yes
1817
- if [ "${CXX}" == "clang++" ]; then sudo add-apt-repository --yes ppa:h-rayflood/llvm; fi # clang++-3.2
1918
- sudo apt-get update
2019

@@ -24,7 +23,7 @@ install:
2423
- sudo apt-get install libboost-system1.53-dev
2524
- sudo apt-get install libboost-regex1.53-dev
2625
- sudo apt-get install libboost-filesystem1.53-dev
27-
- sudo apt-get install cmake
26+
- wget -q0- http://www.cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz | tar xvz && sudo cp -fR cmake-3.3.2-Linux-x86_64/* /usr
2827

2928
before_script:
3029
# update compilers

0 commit comments

Comments
 (0)