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