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