From dd49399e45558b1ee494a01628b7cbfbcf0919ff Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 11 Feb 2014 09:47:29 +0800 Subject: [PATCH] .travis.yml: reduce verbosity of IRC notifications --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c58745304..e60be3a45 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