Disable travis email notifications
This commit is contained in:
@@ -5,6 +5,7 @@ python: 3.6
|
|||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
before_install: pip install flit
|
before_install: pip install flit
|
||||||
|
# Use `--deps production` so that we don't install unnecessary dependencies
|
||||||
install: flit install --deps production --extras test
|
install: flit install --deps production --extras test
|
||||||
script: pytest -m offline
|
script: pytest -m offline
|
||||||
|
|
||||||
@@ -53,3 +54,8 @@ jobs:
|
|||||||
script: flit publish
|
script: flit publish
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: never
|
||||||
|
on_failure: change
|
||||||
|
Reference in New Issue
Block a user