summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastien Blaisot <sebastien@blaisot.org>2018-08-16 01:56:07 +0200
committerSebastien Blaisot <sebastien@blaisot.org>2018-08-16 02:02:37 +0200
commitab07ed67c94fd66dabedf47e4ae81b41d3a638d6 (patch)
treebad9c60124228eb1efb40e729d134cccf2d95240 /appveyor.yml
parent18a05c4334f86c1617a9de12bca382215340704d (diff)
fix checkmark in appveyor messages in zulip
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 36d8c7258e..ea43087efb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -87,4 +87,4 @@ notifications:
on_build_success: true
on_build_failure: true
on_build_status_changed: true
- body: "type=stream&to=appveyor&subject={{projectName}} Build {{buildVersion}} {{status}}&content=Build {{buildVersion}} {{status}}{{#isPullRequest}} (PR #{{pullRequestId}}) {{/isPullRequest}}{{#failed}} :cross_mark:{{/failed}}{{#passed}} :heavy_check_mark:{{/passed}} {{buildUrl}}"
+ body: "type=stream&to=appveyor&subject={{projectName}} Build {{buildVersion}} {{status}}&content=Build {{buildVersion}} {{status}}{{#isPullRequest}} (PR #{{pullRequestId}}) {{/isPullRequest}}{{#failed}} :cross_mark:{{/failed}}{{#passed}} :check_mark:{{/passed}} {{buildUrl}}"