mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Reduce Travis CI Slack notification frequency
Per https://docs.travis-ci.com/user/notifications/#Configuring-Slack-notifications the default setting for Travis Slack notifications is to send a message on every successful build. This commit changes this frequency, such that notifications are always sent when builds fail and only sent when builds succeed after a previous failure.
This commit is contained in:
parent
261c1f56e0
commit
e8048b8ae1
@ -2,4 +2,6 @@ language: java
|
||||
jdk: oraclejdk8
|
||||
notifications:
|
||||
slack:
|
||||
on_success: change
|
||||
on_failure: always
|
||||
secure: EzlqWTBuhb3FCfApjUXaShWgsWOVDwMXI7ISMiVBkcl2VFISYs/lc/7Qjr7rdy4iqQOQXMcUPHdwMUp0diX+GxiSjLARjUpKIvNOPswZWBL+3Z1h28jyOwtHRviZbM1EU0BZROrr+ODyTNz2lf+L1iXTkpSvk50o5JAnAkumsPw=
|
||||
|
Loading…
Reference in New Issue
Block a user