Update travis notification format

This commit is contained in:
TingPing 2014-12-06 17:28:41 -05:00
parent 5152040c17
commit 73cd6487d0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ script:
notifications:
irc:
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
matrix:
fast_finish: true