From 3efcf0b46a1ebe98b77b1bf5603bc85cbfd1816a Mon Sep 17 00:00:00 2001 From: John Evans Date: Wed, 21 Aug 2013 12:13:26 -0400 Subject: [PATCH] restrict email notifications, closes #107 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 30dd864..a8a0d1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,11 @@ before_install: # command to install dependencies install: - pip install . --use-mirrors + # command to run tests script: - "python -m unittest discover" + +notifications: + email: + - john.g.evans.ne@gmail.com