diff --git a/.travis.yml b/.travis.yml index d5a327d..16574d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: node_js node_js: stable script: npm run test +notifications: + email: false