patrick
/
plasp
Archived
1
0
Fork 0

Reduced the number of boost dependencies with Travis.

This commit is contained in:
Patrick Lühne 2016-05-26 00:23:30 +02:00
parent d9a40af3f0
commit 47f269782e
1 changed files with 4 additions and 1 deletions

View File

@ -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