From 5a6abb5505c282679283bcbc435be29be213fa99 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Thu, 29 Nov 2018 02:57:32 -0800 Subject: [PATCH] chore: remove gitter integration (#907) No change to logic. This removes gitter integration with the project. I don't monitor gitter right now, and I've never noticed the integration to be particularly useful otherwise. Test: N/A --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0258d0b5..4c6ee51b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,12 +21,5 @@ script: after_success: - npm run codecov -- -f coverage/lcov.info -# Gitter notifications: email: false - webhooks: - urls: - - https://webhooks.gitter.im/e/743dc6b83b6dd05111ee - 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