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:
parent
0c8651d703
commit
9b3ff1a416
1 changed files with 1 additions and 1 deletions
|
|
@ -32,4 +32,4 @@ notifications:
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.org:6667#diaspora-dev"
|
- "irc.freenode.org:6667#diaspora-dev"
|
||||||
template:
|
template:
|
||||||
- "%{repository_slug}#%{commit} (%{branch} - %{commit_message}): %{message} %{build_url}"
|
- "%{repository_slug}#%{commit} (%{branch} - %{commit_subject}): %{message} %{build_url}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue