From 5593938bbd23a292a1698d8c68e791bf00d9bbc2 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 7 Jun 2015 23:00:16 -0400 Subject: [PATCH] another yaml attempt --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8e60da1d..e8380d4ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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