From 61738a7fe218a35c385ad1c4f9605cb04012d93e Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 22 Mar 2015 23:13:41 +0000 Subject: [PATCH] Added `fast_finish: true` to .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f83622e1..2e09bf0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ php: matrix: allow_failures: - php: 7.0 + fast_finish: true install: - travis_retry composer install --no-interaction --prefer-source