1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

appveyor.yml: finish notification test

Now it succeeds to notify. Notifying all CI success would be noisy.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-02-11 07:35:48 +00:00
parent f0df9902ca
commit f3f3e27830

View file

@ -57,5 +57,6 @@ notifications:
- provider: Slack
incoming_webhook:
secure: iMINHMS0nZabaDsxN9omRDsekxzVvAAzEq5ev7lN6vZ6r9zNhl3/F/7POIVyahAwVFpRDeQT/iUugpAGWmOt3eGL/lZIdqiJFZ9DjPSkP68= # #alerts
on_build_success: true # to test notification
on_build_success: false
on_build_failure: true
on_build_status_changed: true