another yaml attempt

This commit is contained in:
arvidn 2015-06-07 23:00:16 -04:00
parent 552149d33a
commit 5593938bbd
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ before_script:
- 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
- echo -n "using python " >>~/user-config.jam
- echo ": 2.7 ;" >>~/user-config.jam
script:
- cd test