From ca3aba72fc6223c4aae49ab18d2ad553a9fbef55 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 23 Jun 2016 21:49:24 -0700 Subject: [PATCH] Add Slack notifications for Shippable. (#16428) --- shippable.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/shippable.yml b/shippable.yml index 2775d5549d0..d04b3641466 100644 --- a/shippable.yml +++ b/shippable.yml @@ -68,3 +68,11 @@ integrations: 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