It's not faster, but I'd rather have parallelization on, so we don't break it

pull/914/head
Jesse Vincent 4 years ago
parent adb9cd91dc
commit db93473e12
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -38,7 +38,7 @@ jobs:
- env: TEST_TARGET=travis-check-astyle - env: TEST_TARGET=travis-check-astyle
script: script:
- unset CC - unset CC
- make -j 1 $TEST_TARGET - make -j 2 $TEST_TARGET
notifications: notifications:
email: email:
on_success: change on_success: change

Loading…
Cancel
Save