From 1d6a31f3d5b1e608dd6726918b64d2369e8df8b1 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 23 Aug 2019 09:45:46 +0900 Subject: Make AppVeyor notification similar to Travis --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2574f9610d..3640f978e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -131,10 +131,7 @@ notifications: { "attachments": [ { - "title": "Build {{projectName}} {{buildVersion}} {{status}}", - "title_link": "{{buildUrl}}", - "fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}", - "text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_", + "text": "Build <{{buildUrl}}|#{{buildVersion}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}", "color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}" } ], -- cgit v1.2.3