From d896e99bb250f7a61f8884b9f141d616395b9392 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Thu, 13 Feb 2014 16:09:55 -0800 Subject: [PATCH] added email notifications to the build testing --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d98692ec..a555855a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,8 @@ 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