From b3c3097707b57ca6de971ffe808f40bfe26617fd Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Thu, 2 Aug 2018 13:51:04 +0200 Subject: [PATCH] CI: Make IRC notifications for travis less verbose --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2d1afb21..f6bcb7ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,8 @@ notifications: irc: channels: - "chat.freenode.net#icecast-mentors" + on_success: change + on_failure: always + template: + - "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" + - "Build details : %{build_url}"