Skip to content

Commit

Permalink
Have Travis consider a pull request as passing as soon as required te…
Browse files Browse the repository at this point in the history
…sts complete (python#101)

Without this flag, the coverage test will hold up the status of the pull request.
  • Loading branch information
brettcannon authored and dstufft committed Feb 15, 2017
1 parent bc4bed4 commit b52260d
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 @@ -20,6 +20,7 @@ env:
- TESTING=cpython

matrix:
fast_finish: true
allow_failures:
- env:
- TESTING=coverage
Expand Down

0 comments on commit b52260d

Please sign in to comment.