summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-05-15 23:40:34 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-05-15 23:40:34 +0200
commit1ac08617fe8ba89cea149d4b53d4382b84f8fbe9 (patch)
tree1dcae290f3386b16dbf40c27c6207ac88fa38ffb /.travis.yml
parent33a29ba280cdaf775e56aafbb34eb716a1da292f (diff)
downloadbugzilla-1ac08617fe8ba89cea149d4b53d4382b84f8fbe9.tar.gz
bugzilla-1ac08617fe8ba89cea149d4b53d4382b84f8fbe9.tar.xz
Bug 1011250 - Updates IRC notification text to include commit message and also send to #bugzilla
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 9 insertions, 4 deletions
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