Browse code

Add IRC notifications to shippable.yml.

Matt Clay authored on 2016/06/05 06:52:16
Showing 1 changed files
... ...
@@ -55,3 +55,11 @@ integrations:
55 55
       on_failure: never
56 56
       on_start: never
57 57
       on_pull_request: never
58
+    - integrationName: irc
59
+      type: irc
60
+      recipients:
61
+      - "chat.freenode.net#ansible-notices"
62
+      on_success: change
63
+      on_failure: always
64
+      on_start: never
65
+      on_pull_request: always