We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b841c commit 47eb562Copy full SHA for 47eb562
.travis.yml
@@ -27,6 +27,7 @@ install:
27
&& sudo add-apt-repository -y ppa:apokluda/boost1.53
28
&& sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
29
&& sudo apt-get update
30
+ && sudo apt-cache madison cmake
31
&& sudo apt-get install g++-4.8 libboost1.53-dev --no-install-recommends -y
32
&& sudo apt-get install cmake -y
33
;
0 commit comments