summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2018-08-16 22:47:22 +0200
committerGitHub <noreply@github.com>2018-08-16 22:47:22 +0200
commit536513ea25facd85c47f845181d8943b8e5610c4 (patch)
treebad9c60124228eb1efb40e729d134cccf2d95240 /appveyor.yml
parent18a05c4334f86c1617a9de12bca382215340704d (diff)
parentab07ed67c94fd66dabedf47e4ae81b41d3a638d6 (diff)
Merge pull request #1783 from sblaisot/fix_appveyor_checkmark_zulip_2.1
fix checkmark in appveyor messages in zulip for 2.1 branch
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}}"