From 342d64e120d45cc1d52f3e42f6202ee67712d5f0 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 7 Feb 2018 11:41:40 -0500 Subject: [PATCH] Disable email notifications in Travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 076963c7..3cb657ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,7 @@ node_js: before_install: - git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" -- git fetch \ No newline at end of file +- git fetch + +notifications: + email: false