]> BookStack Code Mirror - bookstack/commitdiff
Avoid having to wait until all tests are processed to exit upon error/failure.
authorClément Blanco <redacted>
Mon, 17 Jul 2017 12:35:38 +0000 (13:35 +0100)
committerClément Blanco <redacted>
Mon, 17 Jul 2017 12:35:38 +0000 (13:35 +0100)
.travis.yml

index 97895fee8a7bd2e31d5d274adb9b8c9a7cb43442..c79775cafc9fa7427104cd8a6b8d9140c3830555 100644 (file)
@@ -28,4 +28,4 @@ after_failure:
   - cat storage/logs/laravel.log
 
 script:
-  - phpunit
+  - phpunit --stop-on-error --stop-on-failure