Skip to content

Drop unused fast_finish: true from .travis.yml

Herbert Valerio Riedel requested to merge github/fork/dwijnand/patch-1 into master

Created by: dwijnand

"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

Merge request reports