diff --git a/.travis.yml b/.travis.yml index 33ff206..ea50e59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,11 @@ install: script: - coverage run setup.py test +notifications: + email: + on_success: change + on_failure: change + after_success: - coveralls - codecov