Skip to content

Commit

Permalink
Try to use boost-latest package source
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Nov 30, 2016
1 parent c66aac2 commit 39f154b
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: cpp
sudo: required
sudo: false

cache:
directories:
Expand All @@ -11,20 +11,13 @@ compiler:
env: GCC_VERSION=5.3.0 BOOST_VERSION=1.58.0

script:
- echo $CC
- echo $CXX
- echo $BOOST_ROOT
- g++ -v
- make test
- make test CXX=g++-4.9 CC=gcc-4.9

addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
packages:
- g++-4.9

install:
- wget https://raw.githubusercontent.com/cbeck88/travis-cpp-assistant/master/install.sh
- chmod +x install.sh
- source ./install.sh
- libboost1.55-all-dev

0 comments on commit 39f154b

Please sign in to comment.