mirror of
https://github.com/boostorg/utility.git
synced 2025-07-31 13:27:34 +02:00
Add -j3 to Travis
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user