Added fast_finish: true to .travis.yml

This commit is contained in:
Alex Bilbie 2015-03-22 23:13:41 +00:00
parent 51184259d1
commit 61738a7fe2

View File

@ -10,6 +10,7 @@ php:
matrix: matrix:
allow_failures: allow_failures:
- php: 7.0 - php: 7.0
fast_finish: true
install: install:
- travis_retry composer install --no-interaction --prefer-source - travis_retry composer install --no-interaction --prefer-source