From bb21daaf3a2fb7dec0d26ed4947f0fff7ecd0fc0 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 13 Apr 2018 06:47:42 -0700 Subject: [PATCH] Stop notifying gitter --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 42dbe9a1..a7f9c0f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,4 @@ deploy: skip-cleanup: true github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure on: - branch: master -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/65e6de631df855237f1d - on_success: change - on_failure: always - on_start: never + branch: master \ No newline at end of file