diff --git a/.travis.yml b/.travis.yml index aef48ee8..4e9c5f84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ language: cpp compiler: - gcc -before_install: +install: - wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh && source ./update_gcc_version.sh 4.9 -- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/install_boost.sh - && source ./install_boost.sh libboost-filesystem1.55-dev libboost-system1.55-dev - sudo apt-get install libfuse-dev before_script: - wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh