From af2546ae5ce38cafb5d01b278b69407c93f45f0b Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 28 Oct 2017 08:25:13 +0100 Subject: [PATCH] travis.yml: need to unset IFS before b2 invocation. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ae0a541..58a55b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -223,6 +223,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 + - unset IFS - ./b2 -j3 libs/type_traits/test toolset=$TOOLSET cxxstd=$CXXSTD $CXXSTD_DIALECT notifications: