Disables travis success emails

This commit is contained in:
Abhay Rana 2014-09-27 09:35:44 +05:30
parent ecd2011875
commit c4b195af3d
1 changed files with 5 additions and 1 deletions

View File

@ -7,3 +7,7 @@ install:
- pip install nose
# command to run tests, e.g. python setup.py test
script: nosetests --nocapture
notifications:
email:
on_success: never
on_failure: always