Add -j 3 to Travis

This commit is contained in:
Peter Dimov
2017-11-06 05:30:26 +02:00
parent c2f03d66a0
commit 59713eab65

View File

@@ -192,7 +192,7 @@ install:
script: script:
- |- - |-
echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam 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: notifications:
email: email: