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:
parent
e87f86af95
commit
021e6c439c
@ -5,12 +5,6 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
sources: &default_sources
|
sources: &default_sources
|
||||||
- ubuntu-toolchain-r-test
|
- 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:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: COMPILER_NAME=g++ _CXX=g++-6
|
- env: COMPILER_NAME=g++ _CXX=g++-6
|
||||||
@ -21,7 +15,6 @@ matrix:
|
|||||||
sources:
|
sources:
|
||||||
- *default_sources
|
- *default_sources
|
||||||
packages:
|
packages:
|
||||||
- *default_packages
|
|
||||||
- g++-6
|
- g++-6
|
||||||
script:
|
script:
|
||||||
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
||||||
|
Reference in New Issue
Block a user