Skip to content

Commit

Permalink
improved travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ukoethe committed Feb 3, 2016
1 parent 0255011 commit d1b0517
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,21 @@ matrix:

addons:
apt:
sources:
- boost-latest
packages:
- libhdf5-serial-dev
- libboost-thread1.55-dev
- libboost-system1.55-dev
- libboost-date-time1.55-dev
- libboost-chrono1.55-dev
- libboost-python1.55-dev
- libjpeg-dev
- libtiff4-dev
- libpng12-dev
- libfftw3-dev
- libatlas-base-dev
- cmake
- libboost-thread1.55-dev
- libboost-system1.55-dev
- libboost-date-time1.55-dev
- libboost-chrono1.55-dev
- libboost-python1.55-dev

before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/bin:${PATH}" ; fi
Expand Down

0 comments on commit d1b0517

Please sign in to comment.