From 9b3ff1a416388ded3d436237f83efca92887baa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 15 Jul 2015 15:48:41 +0200 Subject: [PATCH] Use commit_subject for Travis IRC notifications commit_message has newlines which break the rather naive IRC client Travis uses --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b1f9ccbda..5c042de70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,4 @@ notifications: channels: - "irc.freenode.org:6667#diaspora-dev" template: - - "%{repository_slug}#%{commit} (%{branch} - %{commit_message}): %{message} %{build_url}" + - "%{repository_slug}#%{commit} (%{branch} - %{commit_subject}): %{message} %{build_url}"