summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-28 03:44:36 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-28 03:44:36 +0400
commitc8fb44ff606940033b82bdb057435860879fd42e (patch)
treea5f500c4fcb5f5ad5763ec798f1e7436338b9fbd
parent28f2f310cef1b1c1687e6f78a9fe4b6114b515bc (diff)
CI: try to add duration to IRC template
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 65dbf89..f466e29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ notifications:
26 26
27 use_notice: true 27 use_notice: true
28 template: 28 template:
29 - "%{repository}#%{build_number} : %{message}" 29 - "%{repository}#%{build_number} : %{message} for about %{duration}"
30 - "Commit: %{branch}/%{commit} by %{author}" 30 - "Commit: %{branch}/%{commit} by %{author}"
31 - "Changes: %{compare_url}" 31 - "Changes: %{compare_url}"
32 - "Build: %{build_url}" \ No newline at end of file 32 - "Build: %{build_url}" \ No newline at end of file