diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b23dc72d049..28eaa77a3c47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -101,3 +101,8 @@ workflows: - backend_tests: requires: - setup +notify: + webhooks: + # A list of hook hashes, containing the url field + # gitter hook + - url: https://webhooks.gitter.im/e/71ac71505d1d45161035 diff --git a/.travis.yml b/.travis.yml index 5f9ccd711fba..65a705c01b69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,7 +84,7 @@ notifications: urls: # This URL can be obtained by going to the Gitter chat room # and clicking Settings > Integrations. - - https://webhooks.gitter.im/e/f8f782497ec1ffcea2e7 + - https://webhooks.gitter.im/e/f3865f3ee5e9b40ee871 on_success: always on_failure: always