From 71a8adf4ed7f93c47d83f35b60d24e6c0c8d1ec5 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 14 Feb 2017 16:11:53 -0800 Subject: [PATCH] Have Travis consider a pull request as passing as soon as required tests complete 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 dc3a00d1f4b5a3..f9e62147a72a45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ env: - TESTING=cpython matrix: + fast_finish: true allow_failures: - env: - TESTING=coverage