From cd62bfd17b5c01bb062ca4e2aeb9bd473aaf0a89 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Thu, 13 Feb 2014 16:10:47 -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 6b2e2cff..0e905f6f 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 + - dwfmarchant@gmail.com