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:01 +01:00
parent 998ccdcc90
commit cc87a3e4d8

View File

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