travis-webhook-test
v0.0.1
Published
Empty project used solely to debug Travis webhooks
Downloads
2
Readme
travis-webhook-test
Empty project used solely to debug Travis webhooks
How to use
Capture webhook POSTs by using ngrok or a similar tool:
ngrok http -bind-tls=true 9999
Customize your webhook URL in .travis.yml
. Then, start a PR or push it up to trigger a build.
You may find the --allow-empty
git flag useful:
git commit --allow-empty -m 'randall testing webhook'