Disable travis email notifications

This commit is contained in:
Mads Marquart
2019-02-24 02:17:03 +01:00
parent caa2ecd0b7
commit 944a7248c3

View File

@@ -5,6 +5,7 @@ python: 3.6
cache: pip
before_install: pip install flit
# Use `--deps production` so that we don't install unnecessary dependencies
install: flit install --deps production --extras test
script: pytest -m offline
@@ -53,3 +54,8 @@ jobs:
script: flit publish
on:
tags: true
notifications:
email:
on_success: never
on_failure: change