Avoid having to wait until all tests are processed to exit upon error/failure.
This commit is contained in:
parent
265ed34ffd
commit
ae2ec43a82
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ after_failure:
|
|||
- cat storage/logs/laravel.log
|
||||
|
||||
script:
|
||||
- phpunit
|
||||
- phpunit --stop-on-error --stop-on-failure
|
||||
|
|
Loading…
Reference in a new issue