From 6f30b395e494a5666d22371077559c996f41ab5e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 6 Nov 2017 05:29:33 +0200 Subject: [PATCH] Add -j 3 to Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac0ce7c..44ff1f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -202,7 +202,7 @@ install: script: - |- echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam - - ./b2 libs/smart_ptr/test toolset=$TOOLSET cxxstd=$CXXSTD + - ./b2 -j 3 libs/smart_ptr/test toolset=$TOOLSET cxxstd=$CXXSTD notifications: email: