diff --git a/.codecov.yml b/.codecov.yml index f098c9b3470..b97ab1e86c1 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -10,5 +10,10 @@ coverage: if_no_uploads: error if_not_found: success if_ci_failed: failure + notify: + gitter: + default: + url: "https://webhooks.gitter.im/e/42136d49f4c9c5fd2611" + threshold: 1% comment: off diff --git a/.travis.yml b/.travis.yml index 14218d64e59..242895fe98d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,6 @@ language: generic sudo: false -notifications: - email: false - branches: only: - master @@ -110,3 +107,14 @@ deploy: on: tags: true condition: '$DEPLOY_PYPI == "true"' + +notifications: + email: false + webhooks: + # Integration for Gitter + urls: + - https://webhooks.gitter.im/e/648c8355310c2ef3df4f + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: never # options: [always|never|change] default: always +