Created
July 25, 2014 00:07
-
-
Save justinklemm/b2ee3b89717a0cd4b4be to your computer and use it in GitHub Desktop.
Travis CI Webhook Configuration for Ghost Inspector
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
notifications: | |
webhooks: | |
urls: | |
- https://api.ghostinspector.com/v1/suites/[suite-id]/execute/?userId=[user-id]&apiKey=[api-key] | |
on_success: always | |
on_failure: never |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please note
Because this exposes your API key in the URL, I strongly recommend that this snippet only be used for private repositories.