From 5f535a151c30d0606590cecf06ab39d194535590 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 23 Dec 2017 11:56:09 +0200 Subject: [PATCH] Add -j3 to Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f7ac6c..e64d919 100644 --- a/.travis.yml +++ b/.travis.yml @@ -195,7 +195,7 @@ install: script: - |- echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam - - ./b2 libs/utility/test toolset=$TOOLSET cxxstd=$CXXSTD + - ./b2 -j3 libs/utility/test toolset=$TOOLSET cxxstd=$CXXSTD notifications: email: