From f5ed78823741e80c323c0caf980f97bbcc3e602c Mon Sep 17 00:00:00 2001 From: wwayne Date: Fri, 17 Jun 2016 18:43:36 +0800 Subject: [PATCH] Update travis settings --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e366f76b2..880c7210d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,7 @@ cache: - node_modules node_js: - "4" +notifications: + email: false install: - npm install \ No newline at end of file