From 9b3e1900920fa9fc391411a3cb47f6745967406f Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Thu, 13 Feb 2014 16:13:20 -0800 Subject: [PATCH] added email notifications to travis --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4fd51fd4..1094912b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,3 +14,10 @@ before_install: install: "pip install -r requirements.txt --use-mirrors" # command to run tests script: nosetests -v + +notifications: + email: + - rowanc1@gmail.com + - sgkang09@gmail.com + - dwfmarchant@gmail.com + - lindseyheagy@gmail.com