From 0353733455579c838c3483488f343ea8db09f26b Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 19 Mar 2013 22:38:58 +0100 Subject: [PATCH] @mojombo and I are sick of Travis emails. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index b6b39b7d..67260650 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,8 @@ rvm: - 1.9.2 - 1.8.7 script: bundle exec rake +notifications: + irc: "irc.freenode.org#jekyll" + email: + on_success: never + on_failure: never