From fa5f7771f2312147d4b628205fdaf90afc3527e6 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 25 Aug 2019 20:10:24 +0900 Subject: Drop duration from AppVeyor notification The format is a little weird, and not so helpful either. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') 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}}" } ], -- cgit v1.2.3