From badbd744f6ec881eea8a246070e9ad0142b61b92 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 31 Jan 2018 11:07:38 -0800 Subject: [PATCH] travis: Cut webhook config pointing at zulipbot. We haven't actually been using this zulipbot feature for a long time (haven't applied the `travis updates` label which it looks for.) Rather than port the config to CircleCI, just cut it for now; we can always add something like it back if we start using it. --- .circleci/config.yml | 2 -- .travis.yml | 6 ------ 2 files changed, 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index edd771835f..69a73ccfa7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,8 +83,6 @@ jobs: # # also /tmp/zulip-test-event-log/ # destination: test-reports - # TODO: notify zulipbot - "xenial-python-3.5": docker: # This is built from tools/circleci/images/xenial/Dockerfile . diff --git a/.travis.yml b/.travis.yml index 904b5b8dec..cd18c1cabc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,9 +70,3 @@ addons: - moreutils after_success: - codecov -notifications: - webhooks: - urls: - - https://zulip.org/zulipbot/travis - on_success: always - on_failure: always