From 4d83331c51c589b89a6e2948afc5d3fb94754c9e Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Fri, 18 Sep 2015 17:11:39 +0800 Subject: [PATCH] travis: no email --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index eb2f9c375cbb5..440c0eb4edcc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,6 @@ before_install: script: - brew test-bot + +notifications: + email: false