Drop unused fast_finish: true from .travis.yml

"fast_finish: true" is only effective when you have jobs in your
build matrix that you allow to fail, which isn't the case here.

https://blog.travis-ci.com/2013-11-27-fast-finishing-builds
This commit is contained in:
Dale Wijnand 2018-12-11 22:13:33 +00:00 committed by GitHub
parent 2f44cc88ac
commit 549340c95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -29,6 +29,3 @@ addons:
# TODO: also run checkbashisms.pl (currently two instances of non-compliance)
script:
- ./.travis.sh
matrix:
fast_finish: true