Repository: incubator-beam Updated Branches: refs/heads/master 567e1f513 -> 8b8b8a9eb
Send travis-ci emails to their default recipients Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/0bda00d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/0bda00d4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/0bda00d4 Branch: refs/heads/master Commit: 0bda00d41853814160d81c6abba6c3a11541f16b Parents: 567e1f5 Author: Davor Bonaci <[email protected]> Authored: Thu Mar 3 19:17:07 2016 -0800 Committer: Davor Bonaci <[email protected]> Committed: Mon Mar 7 17:16:34 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/0bda00d4/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 95baf69..096e5ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,10 @@ sudo: false notifications: email: - recipients: - - [email protected] + # 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: + # - [email protected] on_success: change on_failure: always
