summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTingPing <TingPing@users.noreply.github.com>2014-12-06 17:28:41 -0500
committerTingPing <TingPing@users.noreply.github.com>2014-12-06 17:28:41 -0500
commit73cd6487d0a0c1eac47226fae4cf878da0c14bfd (patch)
tree57f0db775927744892c1ab2463daee8cdb09f954 /.travis.yml
parent5152040c17eef73134b5417d3f8ae53d7bc9f06d (diff)
Update travis notification format
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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