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 3019ea7 commit e04f448Copy full SHA for e04f448
.travis.yml
@@ -10,6 +10,7 @@ env:
10
- CMAKE_BUILD_TYPE="Debug"
11
12
before_install:
13
+ - sudo add-apt-repository ppa:apokluda/boost1.53 --yes
14
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test --yes # libstdc++-4.8
15
- if [ "${CXX}" == "clang++" ]; then sudo add-apt-repository --yes ppa:h-rayflood/llvm; fi # clang++-3.2
16
- sudo apt-get update
0 commit comments