Remove installing boost in travis CI, because biicode now takes care of that
This commit is contained in:
parent
bfe1509358
commit
be5ce3870c
@ -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:
|
||||
|
@ -8,7 +8,7 @@ SETUP_GOOGLETEST()
|
||||
# Actually create targets: EXEcutables and libraries.
|
||||
ADD_BIICODE_TARGETS()
|
||||
|
||||
ADD_BOOST_LOCAL(filesystem system)
|
||||
ADD_BOOST(filesystem system)
|
||||
|
||||
ACTIVATE_CPP14()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user