Skip to content

Commit b52260d

Browse files
brettcannondstufft
authored andcommitted
Have Travis consider a pull request as passing as soon as required tests complete (#101)
Without this flag, the coverage test will hold up the status of the pull request.
1 parent bc4bed4 commit b52260d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ env:
2020
- TESTING=cpython
2121

2222
matrix:
23+
fast_finish: true
2324
allow_failures:
2425
- env:
2526
- TESTING=coverage

0 commit comments

Comments
 (0)