From 2ed8e24ed03f6b7af9dcb83335911ec1c5f0cdff Mon Sep 17 00:00:00 2001 From: redtide Date: Fri, 20 Dec 2019 00:43:50 +0100 Subject: [PATCH] Changed IRC commit message template --- .travis.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ffd2b6a..11a9c269 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,4 +46,14 @@ deploy: tags: true notifications: - irc: "ircs://chat.freenode.net:7070/#sfztools-dev" + irc: + channels: + - "ircs://chat.freenode.net:7070/#sfztools-dev" + + template: + - "%{repository_name} Build %{build_number}: %{message}" + - "%{author} committed in %{branch}" + - "%{commit_subject}" + - "Commit URL : https://github.com/%{repository_slug}/commit/%{commit}" + - "Change View : %{compare_url}" + - "Build Details : %{build_url}"