From 1ac08617fe8ba89cea149d4b53d4382b84f8fbe9 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 15 May 2014 21:40:34 +0000 Subject: Bug 1011250 - Updates IRC notification text to include commit message and also send to #bugzilla --- .travis.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2eb7eb2a4..1ed35cae3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,14 @@ after_failure: - sudo cat /var/log/apache2/error.log notifications: + irc: + channels: + - "irc.mozilla.org#qa-bugzilla" + - "irc.mozilla.org#bugzilla" + template: + - "Bugzilla %{branch} : %{author} : %{message}" + - "Commit Message : %{commit_message}" + - "Commit Link : %{compare_url}" + - "Build Link : %{build_url}" on_success: change on_failure: always - irc: "irc.mozilla.org#qa-bugzilla" - email: - recipients: - - dkl@mozilla.com -- cgit v1.2.3-24-g4f1b