From e225201bee207a7d87d1dadfe25161cd52b168ab Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 31 May 2016 16:53:03 +0200 Subject: [PATCH] fix(ci): Irc notification template --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1870f960..b7c229ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ notifications: channels: - "irc.freenode.net#lemonbuddy" template: - - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" + - "%{author} pushed #%{commit} \"%{commit_subject}\" -> %{repository_name}/%{branch}" + - "Build #%{build_number}: %{result} // Compare at %{compare_url}" use_notice: true skip_join: true