10000 Travis CI: fix libboost package issue · Dadie/docopt.cpp@1cb3c4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cb3c4a

Browse files
Jared Grubbjaredgrubb
Jared Grubb
authored andcommitted
Travis CI: fix libboost package issue
1 parent d915352 commit 1cb3c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
addons:
1717
apt:
1818
sources: ['ubuntu-toolchain-r-test', 'george-edison55-precise-backports', 'boost-latest']
19-
packages: ["g++-4.8", "cmake-data", "cmake", "libboost-regex1.55-dev"]
19+
packages: ["g++-4.8", "cmake-data", "cmake", "libboost-regex-dev"]
2020

2121
- os: linux
2222
env:

0 commit comments

Comments
 (0)
0