Repository: buildr Updated Branches: refs/heads/master a4c95466b -> 44ad39a6d
Another attempt to get notifications working again Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/44ad39a6 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/44ad39a6 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/44ad39a6 Branch: refs/heads/master Commit: 44ad39a6db1a3d550a4410cfa65e4e39ce6f6ae2 Parents: a4c9546 Author: Peter Donald <[email protected]> Authored: Tue Jun 24 18:54:40 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Tue Jun 24 18:54:40 2014 +1000 ---------------------------------------------------------------------- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/44ad39a6/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index fa2e682..339b87d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ install: script: rake ci notifications: email: - recipients: - - [email protected] - - [email protected] + - [email protected] + - [email protected] + - [email protected] notifications: irc: "irc.freenode.org#buildr"
