From 06f06ffbb15397c0e9a3055cbc0248a875146243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 20 Oct 2013 14:33:20 +0200 Subject: [PATCH] a less noisy Travis CI bot IRC notification --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee87d72f27..94284b83a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,10 @@ branches: # Notify developers when build passed/failed. notifications: - irc: "irc.freenode.net#openra" \ No newline at end of file + irc: + template: + - "%{repository}#%{build_number} %{commit} %{author}: %{message} %{build_url}" + channels: + - "irc.freenode.net#openra" + use_notice: true + skip_join: true \ No newline at end of file