Skip to content

Commit 5723d38

Browse files
committed
Travis: Get boost from PPA instead
1 parent 95d3db4 commit 5723d38

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ before_install:
88
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
99
- sudo apt-get update -qq
1010
- sudo apt-get install g++-5
11-
- sudo apt-get install libboost-dev
11+
- sudo add-apt-repository ppa:boost-latest/ppa
12+
- sudo apt-get install libboost1.55-dev
1213
install:
1314
- npm install
1415
before_script:

0 commit comments

Comments
 (0)