From 726d163631a409d4cb300f17853b4bcaf56ba7d9 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 5 Jan 2013 20:43:47 +0000 Subject: [PATCH] Better IRC hook --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44bd8c1..d1e6049 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,10 @@ compiler: # Change this to your needs script: make && make check notifications: - irc: "irc.freenode.org#kf-engine" + irc: + channels: + - "irc.freenode.org#kf-engine" + template: + - "[%{commit} : %{author}] %{message} " + use_notice: true + skip_join: true -- 2.39.2