Remove installing boost in travis CI, because biicode now takes care of that
This commit is contained in:
parent
0ecd5e20e6
commit
e50b51a4a7
@ -1,11 +1,9 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
before_install:
|
install:
|
||||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh
|
||||||
&& source ./update_gcc_version.sh 4.9
|
&& 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
|
- sudo apt-get install libfuse-dev
|
||||||
before_script:
|
before_script:
|
||||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user