From 4cd7655730a2bbe4d32297f111248f164ef3dfaa Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 27 Oct 2017 08:31:49 +0100 Subject: [PATCH] Correct travis.yml syntax one more time. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff2b8e5..885a0e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -222,9 +222,7 @@ script: - |- echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam - IFS=',' - - for CXXLOCAL in $CXXSTD; do - - (cd libs/config/test && ../../../b2 config_info_travis_install toolset=$TOOLSET cxxstd=$CXXLOCAL $CXXSTD_DIALECT && echo With Standard Version: $CXXLOCAL && ./config_info_travis && rm ./config_info_travis) - - done + - for CXXLOCAL in $CXXSTD; do (cd libs/config/test && ../../../b2 config_info_travis_install toolset=$TOOLSET cxxstd=$CXXLOCAL $CXXSTD_DIALECT && echo With Standard Version: $CXXLOCAL && ./config_info_travis && rm ./config_info_travis) done - ./b2 -j3 libs/type_traits/test toolset=$TOOLSET cxxstd=$CXXSTD $CXXSTD_DIALECT notifications: