Add IRC notifications to shippable.yml.
This commit is contained in:
parent
77e82adf61
commit
106dbb6441
1 changed files with 8 additions and 0 deletions
|
@ -55,3 +55,11 @@ integrations:
|
|||
on_failure: never
|
||||
on_start: never
|
||||
on_pull_request: never
|
||||
- integrationName: irc
|
||||
type: irc
|
||||
recipients:
|
||||
- "chat.freenode.net#ansible-notices"
|
||||
on_success: change
|
||||
on_failure: always
|
||||
on_start: never
|
||||
on_pull_request: always
|
||||
|
|
Loading…
Reference in a new issue