another travis attempt

This commit is contained in:
arvidn 2015-06-07 20:41:26 -04:00
parent 2d89193084
commit 80a32ed0e3
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ language: cpp
before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository -y ppa:boost-latest/ppa; sudo apt-get update -qq; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.54-all-dev; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get upgrade libpython2.7-dev ; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.54-all-dev libpython2.7-dev; fi
- if [ $TRAVIS_OS_NAME == osx ]; then sudo brew install boost boost-build libpython27-dev; fi
- echo "using gcc ;" >~/user-config.jam
- echo "using clang ;" >>~/user-config.jam