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
This commit is contained in:
Mike Blumenkrantz 2018-07-23 10:27:53 -04:00 committed by Stefan Schmidt
parent bbfb18c79e
commit c57b3912a5
1 changed files with 1 additions and 1 deletions

View File

@ -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}"