Add -j 3 to Travis

This commit is contained in:
Peter Dimov
2017-11-06 05:29:33 +02:00
parent 014318a1ba
commit 6f30b395e4

View File

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