From 106dbb6441a7642f0ad1fd20a407cba8227faf44 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Sat, 4 Jun 2016 14:52:16 -0700 Subject: Add IRC notifications to shippable.yml. --- shippable.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/shippable.yml b/shippable.yml index 33e70134d1..a381438f2a 100644 --- a/shippable.yml +++ b/shippable.yml @@ -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 -- cgit v1.2.1