From 407cd5cc54e12eec6688d175957afee3b022f54a Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 17 Mar 2019 04:13:13 +0000 Subject: [PATCH] Drop invalid trailing comma in JSON object git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f53b654131..56c90c622d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -127,8 +127,8 @@ notifications: "title": "Build {{projectName}} {{buildVersion}} {{status}}", "title_link": "{{buildUrl}}", "fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}", - "color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}", "text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_", + "color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}" } ], "channel": "#alerts" @@ -149,8 +149,8 @@ notifications: "title": "Build {{projectName}} {{buildVersion}} {{status}}", "title_link": "{{buildUrl}}", "fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}", - "color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}", "text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_", + "color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}" } ], "channel": "#commits"