another travis attempt

This commit is contained in:
arvidn 2015-06-07 22:10:10 -04:00
parent 80a32ed0e3
commit 2f466b9e13
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ 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 libpython2.7-dev; fi
- if [ $TRAVIS_OS_NAME == osx ]; then sudo brew install boost boost-build libpython27-dev; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.54-all-dev python2.7-dev; fi
- if [ $TRAVIS_OS_NAME == osx ]; then sudo brew install boost boost-build python27-dev; fi
- echo "using gcc ;" >~/user-config.jam
- echo "using clang ;" >>~/user-config.jam
- echo "using python : 2.7 ;" >>~/user-config.jam