From e4dc8ca9ca4acfe3a23adf58d34bcc7b7d5766be Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 30 Nov 2015 00:54:17 -0400 Subject: [PATCH] Disable Travis CI emails --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5b6b31cd..81be8f28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +notifications: + email: false language: node_js node_js: - "4.0"