Enable IRC and Slack notifications on Shippable.

pull/4420/head
Matt Clay 2016-07-07 11:16:36 -07:00
parent a7bef31ab3
commit 72cd76e023
1 changed files with 16 additions and 0 deletions

View File

@ -30,3 +30,19 @@ 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
- integrationName: slack
type: slack
recipients:
- "#shippable"
on_success: change
on_failure: always
on_start: never
on_pull_request: never