summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2018-07-23 10:27:53 -0400
committerStefan Schmidt <s.schmidt@samsung.com>2018-08-03 14:07:13 +0200
commitc57b3912a5f65632e17b023d9c12ae6e1fcc819a (patch)
tree4bc4fdce18bbd0067861574b7077b0fe82c2862d /.travis.yml
parentbbfb18c79e993aee14d3f76029abcc04eeb75a21 (diff)
downloadefl-c57b3912a5f65632e17b023d9c12ae6e1fcc819a.tar.gz
ci: add build time to IRC notification
this will be useful while profiling CI builds to know whether a patch has made builds slower so that it can potentially be examined Differential Revision: https://phab.enlightenment.org/D6666
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 4e19347316..4594f39011 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -135,7 +135,7 @@ notifications:
on_success: change
on_failure: always
template:
- - "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message}"
+ - "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message} (%{elapsed_time})"
- "Commit: %{commit_subject} (%{commit}) from %{author}"
- "Change view : %{compare_url}"
- "Build details : %{build_url}"