From ff5e3712e42a87ec2fb04896edeaa93a85eda075 Mon Sep 17 00:00:00 2001 From: redtide Date: Fri, 24 Jan 2020 12:40:16 +0100 Subject: [PATCH] Testing IRC notification --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73e7ae65..df3660bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,9 +60,8 @@ notifications: - "ircs://chat.freenode.net:7070/#sfztools-dev" template: - - "%{repository_name} Build %{build_number}: %{message}" - - "%{author} committed in %{branch}" - - "%{commit_subject}" + - "Build %{build_number}: %{message}" + - "13%{author} committed in 13[%{repository_name}:%{branch}]" + - "13%{commit_subject}" - "Commit URL : https://github.com/%{repository_slug}/commit/%{commit}" - - "Change View : %{compare_url}" - "Build Details : %{build_url}"