update travis.yml

This commit is contained in:
arvidn 2015-06-04 20:27:13 -04:00
parent e0f31226db
commit 5cb126ac1d
1 changed files with 4 additions and 1 deletions

View File

@ -1,9 +1,12 @@
language: cpp
before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.48-dev; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.54-dev; fi
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
script:
- cd test; bjam -j2
os:
- linux
- osx