diff --git a/.travis.yml b/.travis.yml index e3beabe..67ac48b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,6 @@ node_js: - 10 after_success: npm run coverage + +notifications: + email: false