travis-webhook-test

Empty project used solely to debug Travis webhooks

Usage no npm install needed!

<script type="module">
  import travisWebhookTest from 'https://cdn.skypack.dev/travis-webhook-test';
</script>

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'