Remove installing boost in travis CI, because biicode now takes care of that

This commit is contained in:
Sebastian Messmer 2015-02-20 16:35:34 +01:00
parent 0ecd5e20e6
commit e50b51a4a7

View File

@ -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