diff options
author | anonimal <anonimal@i2pmail.org> | 2016-08-15 16:28:08 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2016-08-15 16:28:08 +0000 |
commit | 455ded454d6d3f6bb7bb73b657f76e84c41f102c (patch) | |
tree | a227d336f9fcbf6415d9a75aa027008b7f2107f8 | |
parent | Merge pull request #955 (diff) | |
download | monero-455ded454d6d3f6bb7bb73b657f76e84c41f102c.tar.xz |
Build: use Boost 1.58 for Travis build. Refs #956
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 1e11d543c..beea1dfab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ addons: - gcc - clang - graphviz - - libboost1.55-all-dev - libdb++-dev - libdb-dev - libgtest-dev @@ -23,8 +22,13 @@ addons: - libssl1.0.0 - libunbound-dev - libunwind8-dev - #sources: - #- ubuntu-toolchain-r-test + sources: + - 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 notifications: email: false |