From d78eb457a39513ad8ec57b9446653661a09f5ba5 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 6 Oct 2019 09:37:36 +0200 Subject: [PATCH] Disable email notifications from Travis Ref Level/community#40 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d72655c..3622b60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,5 @@ node_js: - 8 - 10 - 12 +notifications: + email: false