zulip/zerver/webhooks/travis/doc.md

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

Configuration options

  • By default, pull request events are ignored since most people don't want notifications for new pushes to pull requests. To enable notifications for pull request builds, you can append &ignore_pull_requests=false to the end of the generated URL.

{!webhooks-url-specification.md!}