From 1a2e813fcb9d84b9bf9a7bd42c106b394d086e3b Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sun, 20 Sep 2020 05:38:29 -0400 Subject: [PATCH] Corrected Travis CI syntax --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1303542..335567a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -394,7 +394,7 @@ install: script: - |- echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam - - b2 libs/preprocessor/test$PPLIMITS -j 3 toolset=$TOOLSET cxxstd=$CXXSTD + - ./b2 libs/preprocessor/test$PPLIMITS -j 3 toolset=$TOOLSET cxxstd=$CXXSTD notifications: email: