From e46bb48bc39eb9d4d5998e0a3010ca88d1a78abf Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 15 Nov 2016 19:09:23 +0200 Subject: [PATCH] Escape echo using line in .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5659e8b..3b5b711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,7 +88,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: