diff --git a/.travis.yml b/.travis.yml index 02db428..0456315 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: node_js node_js: - "4" - "4.3" -after_success: npm run coverage \ No newline at end of file +notifications: + email: false +after_success: npm run coverage