From 7c0a501cea3f89164eb0d8789631a11d27f76ab6 Mon Sep 17 00:00:00 2001 From: Stephen McDonald Date: Sat, 21 Jul 2012 11:09:31 +1000 Subject: [PATCH] Change build IRC notifications to only occur if the build status changes. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 84c783588d..12f976052f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,5 @@ script: - ./mezzanine/project_template/manage.py test notifications: irc: "irc.freenode.org#mezzanine" + on_success: change + on_failure: change