From ae2ec43a826c92d96ae33388eba3d1599dc598e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cle=CC=81ment=20Blanco?= Date: Mon, 17 Jul 2017 13:35:38 +0100 Subject: [PATCH] Avoid having to wait until all tests are processed to exit upon error/failure. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 97895fee8..c79775caf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,4 +28,4 @@ after_failure: - cat storage/logs/laravel.log script: - - phpunit + - phpunit --stop-on-error --stop-on-failure