From: David Lawrence Date: Thu, 15 May 2014 21:44:03 +0000 (+0000) Subject: Bug 1011250 - Updates IRC notification text to include commit message and also send... X-Git-Tag: bugzilla-4.2.10~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=098c1310d08037f4b2b3923af2109ca177460aa0;p=thirdparty%2Fbugzilla.git Bug 1011250 - Updates IRC notification text to include commit message and also send to #bugzilla --- diff --git a/.travis.yml b/.travis.yml index 8eb77ddff6..68e2b47e2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,9 +35,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