From 0813a1fd4520fdcd0742151c0367c69d540a0f4c Mon Sep 17 00:00:00 2001 From: Brandur Date: Tue, 29 Sep 2015 21:58:22 -0700 Subject: [PATCH] Don't give build notifications via e-mail I personally find that just looking at the red/green status of any given pull request is enough information on the status of current builds. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2312d5cc..332c6976 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,7 @@ matrix: - rvm: jruby-19mode gemfile: gemfiles/yajl.gemfile +notifications: + email: false + sudo: false