summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-02-15 00:37:15 (GMT)
committerDonald Stufft <donald@stufft.io>2017-02-15 00:37:15 (GMT)
commitb52260d8bf392aa04c48b8c2467a4c034184de86 (patch)
tree82f3bd8d46034f1486e5b7ce1e3eb0f0e916e9b4 /.travis.yml
parentbc4bed440504597cac47d0a215ee094bfa99ba7e (diff)
downloadcpython-b52260d8bf392aa04c48b8c2467a4c034184de86.zip
cpython-b52260d8bf392aa04c48b8c2467a4c034184de86.tar.gz
cpython-b52260d8bf392aa04c48b8c2467a4c034184de86.tar.bz2
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 dc3a00d..f9e6214 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ env:
- TESTING=cpython
matrix:
+ fast_finish: true
allow_failures:
- env:
- TESTING=coverage