From dd49399e45558b1ee494a01628b7cbfbcf0919ff Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 11 Feb 2014 09:47:29 +0800 Subject: .travis.yml: reduce verbosity of IRC notifications --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3