From f33fde791a0a9ecfcdb071c3f4262c73b0f0a66e Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 6 Oct 2019 09:29:07 +0200 Subject: [PATCH] Disable email notifications from Travis Ref Level/community#40 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b7b2b5..8e18725 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,7 @@ node_js: - 8 - 10 -after_success: npm run coverage \ No newline at end of file +after_success: npm run coverage + +notifications: + email: false