From eea2a6f9c01fb7f03f607e2fb9d10bc1e4ba8b47 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Tue, 2 Aug 2016 16:41:47 +0200 Subject: [PATCH] travis: configure email-notifications --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 76794ac..cce6180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,3 +34,7 @@ before_install: script: - tox - codecov +notifications: + email: + on_success: never + on_failure: change