From 76b45890fdc200877ee091dc51edcd9be055a15d Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 22 May 2017 08:21:26 +0100 Subject: [PATCH] Fix travis b2 invocation command. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb344fb3..f3c6f041 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,7 +125,7 @@ script: - |- echo "using $TOOLSET : : $COMPILER : -std=$CXXSTD ;" > ~/user-config.jam - (cd libs/config/test && ../../../b2 config_info_travis_install toolset=$TOOLSET && ./config_info_travis) - - ./b2 libs/multiprecision/test toolset=$TOOLSET $TEST_SUITE + - (cd libs/multiprecision/test && ../../../b2 toolset=$TOOLSET $TEST_SUITE) notifications: email: