diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-02-15 00:37:15 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2017-02-15 00:37:15 (GMT) |
commit | b52260d8bf392aa04c48b8c2467a4c034184de86 (patch) | |
tree | 82f3bd8d46034f1486e5b7ce1e3eb0f0e916e9b4 /.travis.yml | |
parent | bc4bed440504597cac47d0a215ee094bfa99ba7e (diff) | |
download | cpython-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.yml | 1 |
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 |