From 1814f8088cfbd80450f79fd8f17a127551f8e11e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 15 Nov 2016 19:23:56 +0200 Subject: [PATCH] Escape (yet again) 'using' line in .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce6222d..b2a3221 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,7 +87,8 @@ 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: