aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-11 07:35:48 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-11 07:35:48 +0000
commit419caf85961fe5bcb59e856e2de2d63632fe9d90 (patch)
tree0e8845484c49118d51acde2c691b84ea5146902e /appveyor.yml
parentcdef0a50c45fed2948a5c2b396ef79c462aa6b20 (diff)
downloadruby-419caf85961fe5bcb59e856e2de2d63632fe9d90.tar.gz
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
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 74c33a1012..5fd85fed5d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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