update boost package again, in travis.yml

This commit is contained in:
arvidn 2015-06-04 20:38:50 -04:00
parent 5cb126ac1d
commit d91dfcb974
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
language: cpp
before_script:
- 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
- if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository ppa:boost-latest/ppa; sudo apt-get update -qq; sudo apt-get install libboost1.54-dev; fi
- if [ $TRAVIS_OS_NAME == osx ]; then sudo brew install boost boost-build; fi
script:
- cd test; bjam -j2