From 668a210259c192866c4baa928e7288358e9a3d7c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 7 Aug 2019 13:10:17 +0530 Subject: [PATCH 37/71] Change travis email notification semantics --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 54060a6162..11c0fc03c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,8 @@ before_install: - python setup/unix-ci.py bootstrap script: python setup/unix-ci.py test + +notifications: + email: + on_success: change + on_failure: change