diff --git a/.travis.yml b/.travis.yml index c07eb36..d8b251d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,6 @@ language: node_js node_js: node script: npm run lint && npm test after_success: npm run coverage +notifications: + email: + on_success: never