Update travis notification format
This commit is contained in:
parent
5152040c17
commit
73cd6487d0
|
@ -13,7 +13,7 @@ script:
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels: "chat.freenode.net#hexchat-devel"
|
channels: "chat.freenode.net#hexchat-devel"
|
||||||
template: "Build #%{build_number} (%{commit}) by %{author}: %{message}"
|
template: "Build %{build_url} (%{commit} in %{branch}) by %{author}: %{message}"
|
||||||
on_success: change
|
on_success: change
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
Loading…
Reference in New Issue