update boost package in travis.yml

This commit is contained in:
arvidn 2015-06-04 20:21:23 -04:00
parent c9651012bc
commit e0f31226db
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: cpp
before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost-dev boost-build boost-jam; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.48-dev; fi
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
script: