Skip to content

Instantly share code, notes, and snippets.

@meatballhat
Created October 14, 2013 00:57
Show Gist options
  • Save meatballhat/6969208 to your computer and use it in GitHub Desktop.
Save meatballhat/6969208 to your computer and use it in GitHub Desktop.
non-existent Travis webhook auth config capability
# ...
notifications:
webhooks:
url: http://your-domain.com/notifications
auth:
secure: "a1b2.........c3d4"
# ...
notifications:
webhooks:
- url: http://your-domain.com/notifications
auth:
secure: "a1b2.........c3d4"
- http://another-domain.com/notifications
# ...
notifications:
webhooks:
urls:
- http://hooks.mydomain.com/travisci
- url: http://your-domain.com/notifications
auth:
secure: "a1b2.........c3d4"
on_success: always
on_failure: never
on_start: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment