mirror of https://github.com/zulip/zulip.git
503 B
503 B
Zulip supports integration with CircleCI and can notify you of your build statuses.
-
{!create-stream.md!}
-
{!create-bot-construct-url-indented.md!}
-
Add the following to the bottom of your
circle.yml
file:notify: webhooks: - url: <URL constructed above>
Set url to the URL constructed above. Push this change to your repository.
{!congrats.md!}