From 72cd76e02355ff9910987cfc0743be53a96292da Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 7 Jul 2016 11:16:36 -0700 Subject: [PATCH] Enable IRC and Slack notifications on Shippable. --- lib/ansible/modules/shippable.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/ansible/modules/shippable.yml b/lib/ansible/modules/shippable.yml index 14dd3667d8..5385520ba3 100644 --- a/lib/ansible/modules/shippable.yml +++ b/lib/ansible/modules/shippable.yml @@ -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