zulip/zerver/webhooks/travis/doc.md

700 B

Zulip Travis CI integration

See your Travis CI build notifications in Zulip!

{start_tabs}

  1. {!create-channel.md!}

  2. {!create-an-incoming-webhook.md!}

  3. {!generate-webhook-url-basic.md!}

  4. Add the following to the bottom of your .travis.yml file, and push the change to your repository:

    notifications:
      webhooks:
        - <URL generated above>
    

{end_tabs}

{!congrats.md!}

{!event-filtering-additional-feature.md!}

{!webhooks-url-specification.md!}