aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-02-11 09:47:29 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-02-11 09:47:29 +0800
commitdd49399e45558b1ee494a01628b7cbfbcf0919ff (patch)
tree76f4c62ed5ecfb28d351d979e1fda38c29d9bba6 /.travis.yml
parent3678f134d9a45e793dc89e49dbb7f304f904f348 (diff)
.travis.yml: reduce verbosity of IRC notifications
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c5874530..e60be3a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,3 +16,7 @@ notifications:
irc:
channels:
- "irc.oftc.net#fish"
+ template:
+ - "%{repository}#%{build_number} (%{commit} on %{branch} by %{author}): %{message} Details at %{build_url}"
+ use_notice: true
+ skip_join: true