From 91f9dfcf567f90c2a3cac180c655e2524a58dfff Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 6 Oct 2019 09:37:39 +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 fcab428..53624dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,6 @@ node_js: - 6 - 8 - 10 + +notifications: + email: false