patrick
/
plasp
Archived
1
0
Fork 0

Removed Boost packages from Travis configuration.

As the Boost dependency isn’t required anymore, this commit removes the
Boost packages from the Travis configuration.
This commit is contained in:
Patrick Lühne 2017-10-28 16:50:45 +02:00
parent e87f86af95
commit 021e6c439c
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
1 changed files with 0 additions and 7 deletions

View File

@ -5,12 +5,6 @@ addons:
apt:
sources: &default_sources
- ubuntu-toolchain-r-test
- boost-latest
packages: &default_packages
- libboost-program-options1.55-dev
- libboost-iostreams1.55-dev
- libboost-system1.55-dev
- libboost-filesystem1.55-dev
matrix:
include:
- env: COMPILER_NAME=g++ _CXX=g++-6
@ -21,7 +15,6 @@ matrix:
sources:
- *default_sources
packages:
- *default_packages
- g++-6
script:
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then