[Travis] enable fast_finish
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/
This commit is contained in:
parent
14ee88b09c
commit
5224662dc1
@ -3,6 +3,7 @@ sudo: false
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=py27-cov
|
env: TOXENV=py27-cov
|
||||||
|
Loading…
x
Reference in New Issue
Block a user