Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
travis: Add notification emails
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan McCreadie committed Aug 14, 2012
1 parent 746044b commit 5f09ffa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ python:
install: "pip install . --use-mirrors"

script: python setup.py nosetests

notifications:
email:
recipients:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

0 comments on commit 5f09ffa

Please sign in to comment.