From fe0673baaceaf422a0105303d6f12a065633f53c Mon Sep 17 00:00:00 2001 From: jab Date: Sun, 18 Aug 2019 21:30:02 +0000 Subject: [PATCH] disable Travis fast_finish --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b91a23e..af33402 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,7 +95,8 @@ matrix: - env: 'TASK=docs-linkcheck INSTALL_EXTRAS=docs' - env: 'TASK=test-linux-cpython-3.8-dev' - env: 'TASK=deploy-if-tag' - fast_finish: true + ## fast_finish causes Travis to sned a useless daily "build pending" email; not worth the noise. + # fast_finish: true include: # Each job below performs a single task. Setting a per-job "TASK" env var # causes Travis to clearly show each job's task in the web UI.