try make -j2 for tests on travis
This commit is contained in:
parent
7108e51da3
commit
5788e769b4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ before_script:
|
|||
- "make debug CPUS=4"
|
||||
- "sudo make installdebug"
|
||||
- "cd build.debug/mtest"
|
||||
- "make -j 4"
|
||||
- "make -j 2"
|
||||
script:
|
||||
- "../../build/run_tests.sh"
|
||||
after_script:
|
||||
|
|
Loading…
Reference in a new issue