From cc87a3e4d83587dfab8248f0c775769e8481ba11 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 20 Feb 2015 16:35:01 +0100 Subject: [PATCH] Remove installing boost in travis CI, because biicode now takes care of that --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35bc4003..c9198e9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: cpp compiler: - gcc install: -- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/install_boost.sh && chmod +x install_boost.sh - && ./install_boost.sh libboost-filesystem1.55-dev libboost-system1.55-dev - wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh && chmod +x update_gcc_version.sh && ./update_gcc_version.sh 4.9 - sudo apt-get install libfuse-dev