From 021e6c439cc41b07bd841b44195f92a7c1f035d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sat, 28 Oct 2017 16:50:45 +0200 Subject: [PATCH] Removed Boost packages from Travis configuration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As the Boost dependency isn’t required anymore, this commit removes the Boost packages from the Travis configuration. --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index abc5604..fd4813d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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