From e9841ccad6deca3774db49ea3c9853dd67ae56f9 Mon Sep 17 00:00:00 2001 From: redtide Date: Fri, 24 Jan 2020 17:50:10 +0100 Subject: [PATCH] Change IRC notifications channel --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4725e531..d8123e45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,11 +57,10 @@ deploy: notifications: irc: channels: - - "ircs://chat.freenode.net:7070/#sfztools-dev" + - "ircs://chat.freenode.net:7070/#sfztools" template: - - "Build %{build_number}: %{message}" - - "%{author} committed in [%{repository_name}:%{branch}]" - - "%{commit_subject}" + - "[%{repository_name}:%{branch}] Build #%{build_number}: %{message}" + - "%{author} : %{commit_subject}" - "Commit URL : https://github.com/%{repository_slug}/commit/%{commit}" - "Build Details : %{build_url}"