Reduced the number of boost dependencies with Travis.
This commit is contained in:
parent
d9a40af3f0
commit
47f269782e
@ -11,7 +11,10 @@ matrix:
|
|||||||
- boost-latest
|
- boost-latest
|
||||||
packages:
|
packages:
|
||||||
- g++-5
|
- g++-5
|
||||||
- libboost1.55-all-dev
|
- libboost-program-options1.55-dev
|
||||||
|
- libboost-iostreams1.55-dev
|
||||||
|
- libboost-system1.55-dev
|
||||||
|
- libboost-filesystem1.55-dev
|
||||||
env: COMPILER=g++-5
|
env: COMPILER=g++-5
|
||||||
script:
|
script:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
|
Reference in New Issue
Block a user