Add -j3 to Travis

This commit is contained in:
Peter Dimov 2017-12-23 11:56:09 +02:00
parent c88936800d
commit 5f535a151c

View File

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