travis: run tests in parallel

This commit is contained in:
Thomas Haller 2016-10-18 14:51:07 +02:00
parent c8a25001f4
commit 2238ccb48b

View File

@ -8,7 +8,7 @@ print_test_logs() {
echo ">>>> PRINT TEST LOGS $1 (done)"
}
if ! make check -k ; then
if ! make check -j 4 -k ; then
print_test_logs "first-test"