Remove mailouts to individuals now that TravisCI integration actually works and instead rely on the mail out to the commit list
diff --git a/.travis.yml b/.travis.yml
index c925e8d..4130082 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,9 +21,6 @@
   email:
     recipients:
       - commits@buildr.apache.org
-      - donaldp@apache.org
-      - peter@realityforge.org
-      - toulmean@apache.org
     on_success: always
     on_failure: always
   irc: "irc.freenode.org#buildr"