Travis: Limit worker count to 4

By default it starts 30 workers on Travis because there are 32 logical cores available. This is ridiculously excessive and pollutes the log with debug spam.
This commit is contained in:
Dylan K. Taylor
2018-06-01 18:58:30 +01:00
parent ec28612a12
commit 5d07f66d86
2 changed files with 7 additions and 3 deletions

View File

@ -18,7 +18,7 @@ before_script:
- composer install
script:
- ./tests/travis.sh
- ./tests/travis.sh -t4
notifications:
email: false