only use 4 threads in travis build
This commit is contained in:
parent
871bdc97c4
commit
7ff625ffe2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ before_script:
|
|||
- cmake ..
|
||||
|
||||
script:
|
||||
- make -j
|
||||
- make -j4
|
||||
- make test
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Reference in a new issue