From ff063984c16a629213ef400395a5bc7ad54a4c06 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 11 Sep 2017 11:03:05 -0400 Subject: [PATCH] Use template for travis IRC notification When notifying on IRC, mention the github author's name in the message. This makes it easier to distinguish one message from another during periods of heavy notification activity. Signed-off-by: Chris Evich --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52f91a71..beaec022 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,4 +48,10 @@ jobs: go: 1.8.x notifications: - irc: "chat.freenode.net#cri-o" + irc: + channels: + - "chat.freenode.net#cri-o" + template: + - "%{author}, %{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" + - "%{author}, ^^^^^ changes: %{compare_url}" + - "%{author}, ^^^^^ details : %{build_url}"