diff options
author | TingPing <TingPing@users.noreply.github.com> | 2014-12-06 17:28:41 -0500 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2014-12-06 17:28:41 -0500 |
commit | 73cd6487d0a0c1eac47226fae4cf878da0c14bfd (patch) | |
tree | 57f0db775927744892c1ab2463daee8cdb09f954 | |
parent | 5152040c17eef73134b5417d3f8ae53d7bc9f06d (diff) |
Update travis notification format
-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 |