Files
zulip/zerver/webhooks/travis/doc.md
Aditya a534e9fdb6 integrations: Remove ignore_pull_requests from Travis CI webhook.
Removes the ignore_pull_requests URL parameter from the Travis CI
integration because its functionality is now fully covered by the
standard incoming webhook event filtering framework.

Fixes #30934.
2024-09-24 11:04:49 -07:00

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!}