From d9e723ae53e2a60e44226b0819a571caebda7e2f Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 17 May 2018 15:36:04 +0200 Subject: [PATCH] ci: travis: tweak the IRC notification message template to our needs I wanted to have the commit subject in it. This could be further changed if needed. https://docs.travis-ci.com/user/notifications/#Configuring-IRC-notifications --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 57cd6eac4a..dfe16b8292 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,3 +75,8 @@ notifications: - "chat.freenode.net#edevelop" on_success: change on_failure: always + template: + - "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message}" + - "Commit: %{commit_subject} (%{commit}) from %{author}" + - "Change view : %{compare_url}" + - "Build details : %{build_url}"