Merge pull request #16132 from mattclay/shippable-irc

Add IRC notifications to shippable.yml.
pull/16135/head
Matt Clay 8 years ago
commit a7d7cdae1f

@ -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…
Cancel
Save