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