You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/06/24 10:54:45 UTC

git commit: Another attempt to get notifications working again

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 <pe...@realityforge.org>
Authored: Tue Jun 24 18:54:40 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
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:
-      - commits@buildr.apache.org
-      - donaldp@apache.org
+    - commits@buildr.apache.org
+    - donaldp@apache.org
+    - peter@realityforge.org
 notifications:
   irc: "irc.freenode.org#buildr"