Avoid having to wait until all tests are processed to exit upon error/failure.

This commit is contained in:
Clément Blanco 2017-07-17 13:35:38 +01:00
parent 265ed34ffd
commit ae2ec43a82

View File

@ -28,4 +28,4 @@ after_failure:
- cat storage/logs/laravel.log
script:
- phpunit
- phpunit --stop-on-error --stop-on-failure