Make AppVeyor notification similar to Travis

This commit is contained in:
Takashi Kokubun 2019-08-23 09:45:46 +09:00
parent fd20b32130
commit 1d6a31f3d5
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -131,10 +131,7 @@ notifications:
{ {
"attachments": [ "attachments": [
{ {
"title": "Build {{projectName}} {{buildVersion}} {{status}}", "text": "Build <{{buildUrl}}|#{{buildVersion}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}",
"title_link": "{{buildUrl}}",
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
"text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
"color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}" "color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}"
} }
], ],