summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-06-04 14:52:16 -0700
committerMatt Clay <matt@mystile.com>2016-06-04 15:51:46 -0700
commit106dbb6441a7642f0ad1fd20a407cba8227faf44 (patch)
tree44550c96493dc5528f79f95f974c050d16fb0af6
parent77e82adf616ce1c68d7f998cf329aa11e2e4fd60 (diff)
downloadansible-106dbb6441a7642f0ad1fd20a407cba8227faf44.tar.gz
Add IRC notifications to shippable.yml.
-rw-r--r--shippable.yml8
1 files changed, 8 insertions, 0 deletions
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