Skip to content

Commit f9823df

Browse files
committed
(build) Setup AppVeyor Notifications to Gitter
1 parent 34e531a commit f9823df

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

appveyor.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,14 @@ test: off
5656
#---------------------------------#
5757

5858
cache:
59-
- Source\packages
59+
- Source\packages
60+
61+
#---------------------------------#
62+
# notifications configuration #
63+
#---------------------------------#
64+
notifications:
65+
- provider: Webhook
66+
url: https://webhooks.gitter.im/e/a72ea926ecc08de68e71
67+
on_build_success: true
68+
on_build_failure: true
69+
on_build_status_changed: true

0 commit comments

Comments
 (0)