diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f5f5d4b7..1ed77d22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |