diff --git a/.travis.yml b/.travis.yml index add14d4..67faca2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,8 @@ install: - pip install requests - pip install nose # command to run tests, e.g. python setup.py test -script: nosetests --nocapture \ No newline at end of file +script: nosetests --nocapture +notifications: + email: + on_success: never + on_failure: always