summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastien BLAISOT <sebastien@blaisot.org>2018-01-02 23:14:56 +0100
committerSebastien BLAISOT <sebastien@blaisot.org>2018-01-02 23:14:56 +0100
commite05b1b3d5c045e4392bbbd72ab74a657e2b0c0df (patch)
tree00cf0f36483738325a6dda3848d5d17531edb2c1 /appveyor.yml
parentc2246766ff60f484747c9385c94a2c22334be705 (diff)
update icons on appveyor zulip notification
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 99d13e80ce..36d8c7258e 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}} :x:{{/failed}}{{#passed}} :y:{{/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}} :heavy_check_mark:{{/passed}} {{buildUrl}}"