aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
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"