From 5f09ffa7d346d5e8a6590f378bde5c0cb4af626b Mon Sep 17 00:00:00 2001 From: Ethan McCreadie Date: Tue, 14 Aug 2012 15:41:52 -0400 Subject: [PATCH] travis: Add notification emails --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 50022f6..ee315af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,13 @@ python: install: "pip install . --use-mirrors" script: python setup.py nosetests + +notifications: + email: + recipients: + - ethanm@aweber.com + - jasons@aweber.com + - edl@aweber.com + - chrism@aweber.com + - amberh@aweber.com + - johnb@aweber.com