aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-25 20:10:24 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-25 20:10:25 +0900
commitfa5f7771f2312147d4b628205fdaf90afc3527e6 (patch)
treededff1db98830179f08b2b2e037d74507775429c /appveyor.yml
parent6944a1aa4f805c19faa3340f841a459f907f840e (diff)
downloadruby-fa5f7771f2312147d4b628205fdaf90afc3527e6.tar.gz
Drop duration from AppVeyor notification
The format is a little weird, and not so helpful either.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3640f978e5..3d3a53afcf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -131,7 +131,7 @@ notifications:
{
"attachments": [
{
- "text": "Build <{{buildUrl}}|#{{buildVersion}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}",
+ "text": "Build <{{buildUrl}}|#{{buildVersion}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}}",
"color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}"
}
],