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.
This commit is contained in:
Greg Price 2018-01-31 11:07:38 -08:00
parent ba7d06eb12
commit badbd744f6
2 changed files with 0 additions and 8 deletions

View File

@ -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 .

View File

@ -70,9 +70,3 @@ addons:
- moreutils
after_success:
- codecov
notifications:
webhooks:
urls:
- https://zulip.org/zulipbot/travis
on_success: always
on_failure: always