Skip to content

Instantly share code, notes, and snippets.

@justinklemm
Created July 25, 2014 00:07
Show Gist options
  • Save justinklemm/b2ee3b89717a0cd4b4be to your computer and use it in GitHub Desktop.
Save justinklemm/b2ee3b89717a0cd4b4be to your computer and use it in GitHub Desktop.
Travis CI Webhook Configuration for Ghost Inspector
notifications:
webhooks:
urls:
- https://api.ghostinspector.com/v1/suites/[suite-id]/execute/?userId=[user-id]&apiKey=[api-key]
on_success: always
on_failure: never
@justinklemm
Copy link
Author

Please note

Because this exposes your API key in the URL, I strongly recommend that this snippet only be used for private repositories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment