aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-17 04:13:13 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-17 04:13:13 +0000
commit407cd5cc54e12eec6688d175957afee3b022f54a (patch)
treec1d38e6ddc976b6e5fa11e6115c99a13b0dff0f4 /appveyor.yml
parent7fe77cbca9073f521b35fd11bd55dde300559e8d (diff)
downloadruby-407cd5cc54e12eec6688d175957afee3b022f54a.tar.gz
Drop invalid trailing comma in JSON object
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files 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"