From: David Lawrence Date: Thu, 15 May 2014 21:44:48 +0000 (+0000) Subject: Bug 1011250 - Updates IRC notification text to include commit message and also send... X-Git-Tag: bugzilla-4.0.14~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92fd2dab1a4e3ac62916d46748b245b1294d8975;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 ee535bcd04..5b205e872d 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