From 8146d58bb2c77e6b9ff7424ba09508071a3fcf12 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Thu, 28 Sep 2017 19:07:24 +0200 Subject: [PATCH] CI: customize IRC notifcation message --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2fbac21..db5dbc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,3 +44,5 @@ notifications: on_failure: always on_start: never use_notice: true + template: + - "%{repository}/%{branch}#%{build_number}: %{message} Changes : %{compare_url} | Build : %{build_url}"