From d6c34c304df69d11b04f6499ce5328a15bcd64bf Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Mon, 2 Apr 2012 11:57:37 -0600
Subject: [PATCH] add email addresses of people wanting to be notified when
 automated build testing completes

---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 860e9a08a..278e023d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,10 @@ node_js:
 
 notifications:
   irc: "irc.mozilla.org#identity"
+  email:
+    - lloyd@mozilla.com
+    - jbonacci@mozilla.com
+    - jrgm@mozilla.com
 
 env:
  - WHAT_TESTS=front MYSQL_USER=root
-- 
GitLab