summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-11 06:03:21 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-11 06:03:21 +0000
commit9d93d58f4002f470e6cd79fb29ad4c650662f725 (patch)
treec98a2fcc45891db576af02c32c89652995028f3c
parent23c71575f8126492a0e22d0bb11284b9c792b1f2 (diff)
appveyor.yml: send AppVeyor slack notification
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 22c7bdce6a..0c3d7c4855 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -53,3 +53,9 @@ test_script:
- nmake -l test-spec
matrix:
fast_finish: true
+notifications:
+ - provider: Slack
+ incoming_webhook:
+ secure: WHfGy/gGheFHswUm9HsjNj3zDfbFX7UIGentpC1Z8eHeExOoJKoUSDYLxcw+15GYRnhZWL1LCtNdguTQ23bJRrS9tWeJ66OQ/msj5bb0iz4= # #alerts
+ on_build_success: true # to test notification
+ on_build_failure: true