From 04c0c2d0bb7ca2c0d3052027b8a4849f6acd9e00 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 4 Oct 2013 12:58:58 -0400 Subject: [PATCH] Don't post to IRC unless it's really important. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7e970a6d..4c50a297 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ rvm: script: bundle exec rake notifications: irc: + on_success: change + on_failure: change channels: - "irc.freenode.org#jekyll" #on_success: change