From c2b687e9989c29c7c03bbc8030be9368a994d4d7 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 6 Oct 2019 09:37:31 +0200 Subject: [PATCH] Disable email notifications from Travis Ref Level/community#40 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8cb6360..60659c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,6 @@ node_js: before_script: git fetch --tags after_success: npm run coverage + +notifications: + email: false