[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:
Cosimo Lupo 2017-10-03 11:40:48 +01:00
parent 14ee88b09c
commit 5224662dc1

View File

@ -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