try make -j2 for tests on travis

This commit is contained in:
lasconic 2014-08-15 10:47:36 +02:00
parent 7108e51da3
commit 5788e769b4

View file

@ -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: