Skip to content

Commit c840074

Browse files
authored
Try different Travis boost install approach
Source: microsoft/bond@87b87e4
1 parent 4a85991 commit c840074

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sudo: true
55
dist: trusty
66
addons:
77
apt:
8+
sources:
9+
- sourceline: 'ppa:kzemek/boost'
810
packages:
911
- liblua5.1-0
1012
- liblua5.1-0-dev
@@ -13,12 +15,9 @@ addons:
1315
- protobuf-compiler
1416
- shapelib
1517
- libshp-dev
16-
install:
17-
- sudo add-apt-repository -y ppa:ostogvin/tjo-develop
18-
- sudo apt-get update
19-
- sudo apt-get install libboost1.58-dev
20-
- sudo apt-get install libboost-program-options1.58
21-
- sudo apt-get install libboost-filesystem1.58-dev
22-
- sudo apt-get install libboost-system1.58
18+
- libboost1.58-dev
19+
- libboost-program-options1.58
20+
- libboost-filesystem1.58-dev
21+
- libboost-system1.58
2322
script:
2423
- make -j2

0 commit comments

Comments
 (0)