From 944a7248c31f92d60bd8968bcf4e2b608cf84451 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 24 Feb 2019 02:17:03 +0100 Subject: [PATCH] Disable travis email notifications --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index d0c5944..4a15895 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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