disable Travis fast_finish

This commit is contained in:
jab 2019-08-18 21:30:02 +00:00
parent 210fe8f984
commit fe0673baac
1 changed files with 2 additions and 1 deletions

View File

@ -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.