From d758fe3fd3c518139d9fbf10689ac5b5bdf6d38a Mon Sep 17 00:00:00 2001 From: dannylamb Date: Fri, 25 Oct 2019 13:38:43 -0300 Subject: [PATCH] Slack notifications (#740) * Slack notifications * get that formatting back in * Using env var on travis's web ui * Update .travis.yml * Making it like IRC was --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e154f864..d96d38e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ matrix: fast_finish: true allow_failures: - php: 7.3 - + services: - mysql @@ -41,3 +41,9 @@ script: after_success: - bash <(curl -s https://codecov.io/bash) + +notifications: + slack: + on_success: change + on_failure: always + secure: $SLACK_NOTIFICATION_KEY