Repository: buildr Updated Branches: refs/heads/master 2aadee753 -> 34e65f077
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/34e65f07 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/34e65f07 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/34e65f07 Branch: refs/heads/master Commit: 34e65f07707135015fd40b7a6066a51ab4d2b445 Parents: 2aadee7 Author: Peter Donald <[email protected]> Authored: Sat Jul 5 09:08:35 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Sat Jul 5 09:08:35 2014 +1000 ---------------------------------------------------------------------- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/34e65f07/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 339b87d..14daf43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,11 @@ install: script: rake ci notifications: email: - - [email protected] - - [email protected] - - [email protected] + recipients: + - [email protected] + - [email protected] + - [email protected] + on_success: always + on_failure: always notifications: irc: "irc.freenode.org#buildr"
