Use commit_subject for Travis IRC notifications

commit_message has newlines which break the rather naive
IRC client Travis uses
This commit is contained in:
Jonne Haß 2015-07-15 15:48:41 +02:00
parent 0c8651d703
commit 9b3ff1a416

View file

@ -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}"