From 7603a7b351b35b67fa26aa81c434c50f9591a745 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 7 Aug 2019 13:10:17 +0530 Subject: [PATCH] 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