From b7ca786751b86bf6ce2fc45fbabfd53b4bb0f557 Mon Sep 17 00:00:00 2001 From: Pan Date: Mon, 11 Dec 2017 14:19:56 +0800 Subject: [PATCH] perf[chore]:set travis notifications:false --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d5a327d9..16574d97 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: node_js node_js: stable script: npm run test +notifications: + email: false