summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-02-14 16:37:15 -0800
committerDonald Stufft <donald@stufft.io>2017-02-14 19:37:15 -0500
commitb52260d8bf392aa04c48b8c2467a4c034184de86 (patch)
tree82f3bd8d46034f1486e5b7ce1e3eb0f0e916e9b4 /.travis.yml
parentbc4bed440504597cac47d0a215ee094bfa99ba7e (diff)
downloadcpython-git-b52260d8bf392aa04c48b8c2467a4c034184de86.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dc3a00d1f4..f9e62147a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ env:
- TESTING=cpython
matrix:
+ fast_finish: true
allow_failures:
- env:
- TESTING=coverage