From b52260d8bf392aa04c48b8c2467a4c034184de86 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 14 Feb 2017 16:37:15 -0800 Subject: [PATCH] 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dc3a00d1f4b..f9e62147a72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ env: - TESTING=cpython matrix: + fast_finish: true allow_failures: - env: - TESTING=coverage