From 5ec995cc611d836bf3b4cfd68be1768842f4d159 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Mon, 30 Oct 2017 19:38:20 -0700 Subject: [PATCH] chore: disable travis email spam --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8623517fbe0..d8ab5987c52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,5 @@ script: - npm test - npm run lint - npm run nsp +notifications: + email: false