diff --git a/.travis.yml b/.travis.yml index 82584c4..722f35c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,5 @@ script: - coverage run -m unittest tests.test.travis_suite after_success: - coveralls +notitfications: + email: false