From 807a3df9d16265de8f1a9efcfb7f3259f8abf183 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Wed, 1 Feb 2017 08:43:04 -0500 Subject: [PATCH] travis: Limit notifications now that travis cron is enabled This should hopefully cause less noise! --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 866c2895..6179f187 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,7 @@ notifications: use_notice: false skip_join: false email: - - travis-ci@shubin.ca + recipients: + - travis-ci@shubin.ca + on_failure: change + on_success: change