From 1d89cf2b757e096475989bf064df87103517f7c3 Mon Sep 17 00:00:00 2001 From: Jonas Hermsmeier Date: Mon, 26 Mar 2018 14:10:04 +0200 Subject: [PATCH] chore(ci): Remove Gitter.im webhooks from CI services This removes notification webhook configurations from our CI services, in anticipation of shutdown of the Gitter channel. Change-Type: patch --- .travis.yml | 6 ------ appveyor.yml | 8 -------- 2 files changed, 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14d9ce41..f0f12da7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,9 +67,3 @@ deploy: notifications: email: false - webhooks: - urls: - - https://webhooks.gitter.im/e/0a019c8b9828eb9f6a72 - on_success: change - on_failure: always - on_start: never diff --git a/appveyor.yml b/appveyor.yml index b3d4576c..760dec4f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,11 +48,3 @@ test_script: deploy_script: - if %APPVEYOR_REPO_BRANCH%==master (bash .\scripts\ci\deploy.sh -o win32 -r %Platform%) - -notifications: - - - provider: Webhook - url: https://webhooks.gitter.im/e/0becb34b32e20d389bb8 - on_build_success: false - on_build_failure: true - on_build_status_changed: true