0.0.1 • Published 5 years ago

travis-webhook-test v0.0.1

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
5 years ago

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'