From 59713eab6586d8d602e0962dba4cbd39ae0cc7d4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 6 Nov 2017 05:30:26 +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 0b1f4e8..4d4dc50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -192,7 +192,7 @@ install: script: - |- echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam - - ./b2 libs/bind/test toolset=$TOOLSET cxxstd=$CXXSTD + - ./b2 -j 3 libs/bind/test toolset=$TOOLSET cxxstd=$CXXSTD notifications: email: