From 2367c75a28e6139635c6f08f27aa965e39a61931 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 20 Feb 2015 16:24:54 +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 4f5e4d7f..87ec4e1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: cpp compiler: - gcc before_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 before_script: