1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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": [
{
"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}}"
}
],