From f21a8e301ae31e8e13c03e9895e73414e1342403 Mon Sep 17 00:00:00 2001 From: Nick Thompson Date: Fri, 26 Oct 2018 17:56:21 -0600 Subject: [PATCH] Make .travis.yml configure the test framework. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f73f33d..96efb86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -341,7 +341,8 @@ install: script: - |- echo "using $TOOLSET : : $COMPILER : -std=$CXXSTD ;" > ~/user-config.jam - - ./b2 libs/integer/test toolset=$TOOLSET + - (cd libs/config/test && ../../../b2 config_info_travis_install toolset=$TOOLSET && ./config_info_travis) + - (cd libs/integer/test && ../../../b2 libs/integer/test toolset=$TOOLSET) notifications: email: