Skip to content

Commit e04f448

Browse files
committed
travis: adding Boost as prerequirements
Signed-off-by: Torbjörn Klatt <[email protected]>
1 parent 3019ea7 commit e04f448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
- CMAKE_BUILD_TYPE="Debug"
1111

1212
before_install:
13+
- sudo add-apt-repository ppa:apokluda/boost1.53 --yes
1314
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test --yes # libstdc++-4.8
1415
- if [ "${CXX}" == "clang++" ]; then sudo add-apt-repository --yes ppa:h-rayflood/llvm; fi # clang++-3.2
1516
- sudo apt-get update

0 commit comments

Comments
 (0)