Build: use Boost 1.58 for Travis build. Refs #956
This commit is contained in:
parent
45f4ef7a6d
commit
455ded454d
10
.travis.yml
10
.travis.yml
|
@ -14,7 +14,6 @@ addons:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
- graphviz
|
- graphviz
|
||||||
- libboost1.55-all-dev
|
|
||||||
- libdb++-dev
|
- libdb++-dev
|
||||||
- libdb-dev
|
- libdb-dev
|
||||||
- libgtest-dev
|
- libgtest-dev
|
||||||
|
@ -23,8 +22,13 @@ addons:
|
||||||
- libssl1.0.0
|
- libssl1.0.0
|
||||||
- libunbound-dev
|
- libunbound-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
#sources:
|
sources:
|
||||||
#- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
|
before_install:
|
||||||
|
- sudo add-apt-repository -y ppa:kojoley/boost
|
||||||
|
- sudo apt-get -q update
|
||||||
|
install:
|
||||||
|
- sudo apt-get -y install libboost-{chrono,program-options,date-time,thread,system,filesystem,regex,serialization}1.58{-dev,.0}
|
||||||
script: make -j2 && HAVE_DOT=YES doxygen Doxyfile
|
script: make -j2 && HAVE_DOT=YES doxygen Doxyfile
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue