From 64ea353f73c43d944a1c70b60c7f41d115da893a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 15 Nov 2016 19:22:36 +0200 Subject: [PATCH] Escape (again) 'using' line in .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b40572..ce6222d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,8 +87,7 @@ install: - ./b2 headers script: - - | - echo using $TOOLSET : : $COMPILER : -std=$CXXSTD ; > ~/user-config.jam + - echo "using $TOOLSET : : $COMPILER : -std=$CXXSTD ;" > ~/user-config.jam - ./b2 libs/mp11/test toolset=$TOOLSET notifications: