Skip to content

Commit 69766c5

Browse files
committed
Travis: Attempt to also install boost runtime libs
1 parent 3fed5b6 commit 69766c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- sudo add-apt-repository ppa:boost-latest/ppa -y
1010
- sudo apt-get update -qq
1111
- sudo apt-get install g++-5
12-
- sudo apt-get install libboost1.55-dev
12+
- sudo apt-get install libboost1.55-all-dev
1313
install:
1414
- npm install
1515
before_script:

0 commit comments

Comments
 (0)