summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-28 17:24:03 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-28 17:24:03 +0400
commit1b609dfbace1ceab8e034a6c88e34ccf3f31a1a3 (patch)
tree9f1bd4a325ebf9f27b3458deac5c9b249182d788 /.travis.yml
parent03ff67fa8c9153a5c6bd9ea765b0de2b5c90b0db (diff)
CI: Fix IRC notification template
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 8ff06d78..1e48d642 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ notifications:
29 29
30 use_notice: true 30 use_notice: true
31 template: 31 template:
32 - "%{repository_name}#%{build_number} : %{message} for about %{duration}" 32 - "%{repository}#%{build_number} : %{message} for about %{duration}"
33 - "Commit: %{branch}/%{commit} by %{author}" 33 - "Commit: %{branch}/%{commit} by %{author}"
34 - "Changes: %{compare_url}" 34 - "Changes: %{compare_url}"
35 - "Build: %{build_url}" \ No newline at end of file 35 - "Build: %{build_url}" \ No newline at end of file