forked from boostorg/smart_ptr
Add -j 3 to Travis
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user