Skip to content

Commit

Permalink
[Travis] enable fast_finish
Browse files Browse the repository at this point in the history
With "fast_finish" enabled, Travis CI will mark builds as finished
as soon as a job has already failed (or the only remaining ones are
allowed to fail).

https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
  • Loading branch information
anthrotype committed Oct 3, 2017
1 parent 14ee88b commit 5224662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
language: python

matrix:
fast_finish: true
include:
- python: 2.7
env: TOXENV=py27-cov
Expand Down

0 comments on commit 5224662

Please sign in to comment.