Skip to content

Commit

Permalink
Build: use Boost 1.58 for Travis build. Refs monero-project#956
Browse files Browse the repository at this point in the history
  • Loading branch information
anonimal committed Aug 15, 2016
1 parent 45f4ef7 commit 455ded4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ addons:
- gcc
- clang
- graphviz
- libboost1.55-all-dev
- libdb++-dev
- libdb-dev
- libgtest-dev
Expand All @@ -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
Expand Down

0 comments on commit 455ded4

Please sign in to comment.