From 683cbb8a00988166f94446e7abb505a4cca7b6ca Mon Sep 17 00:00:00 2001 From: Davor Bonaci Date: Thu, 3 Mar 2016 19:17:07 -0800 Subject: [PATCH] Send travis-ci emails to their default recipients --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95baf695f8..096e5ad42a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,10 @@ sudo: false notifications: email: - recipients: - - dataflow-sdk-build-notifications+travis@google.com + # Group email notifications are disabled for now, since we cannot do it on a per-branch basis. + # Right now, it would trigger a notification for each fork, which generates a lot of spam. + # recipients: + # - dataflow-sdk-build-notifications+travis@google.com on_success: change on_failure: always