appveyor.yml: send AppVeyor slack notification

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-02-11 06:03:21 +00:00
Родитель 23c71575f8
Коммит 9d93d58f40
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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