From 6c0b84bd0a26bfc4daeafaeffe2bda6cb328abfa Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sun, 3 Apr 2016 19:19:40 +0100 Subject: [PATCH] Don't fast fail in the failing tests branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b76f5dbdb..6300c6b21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -120,7 +120,7 @@ after_script: fi matrix: - fast_finish: true + fast_finish: false allow_failures: - python: nightly