From 22a48bda4cd6591d3f2d870ecdc542593f6e29ff Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Fri, 1 Mar 2013 17:47:49 +0200 Subject: [PATCH] Disable Travis email notifications --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c98cfb80..65ecc58b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,5 @@ script: "bundle exec rake ci" bundler_args: --without development notifications: - recipients: - - tracksapp@googlegroups.com + email: false