Skip to content

Commit 55425e2

Browse files
committed
I should not only add the PPA but also install the Boost(er)
Signed-off-by: Torbjörn Klatt <[email protected]>
1 parent e04f448 commit 55425e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ before_install:
1717

1818
install:
1919
- if [ "${CXX}" == "clang++" ]; then sudo apt-get -qq install clang-3.2; fi
20-
- sudo apt-get install g++-4.8; # clang need it for libstdc++ update
20+
- sudo apt-get install g++-4.8 # clang need it for libstdc++ update
21+
- sudo apt-get install libboost1.53-all-dev
2122

2223
before_script:
2324
# update compilers

0 commit comments

Comments
 (0)