Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
/ webhook Public archive

An example webhook application using Sinatra to accept and process webhooks from Travis CI.

Notifications You must be signed in to change notification settings

travis-ci-examples/webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d93b22d · Feb 28, 2014

History

3 Commits
Feb 28, 2014
Feb 28, 2014
Feb 28, 2014
Feb 28, 2014

Repository files navigation

An example webhook application using Sinatra to accept and process webhooks from Travis CI.

Run it on Heroku

  1. Clone the repository
  2. Create a Heroku app
  3. Fetch your Travis CI user token from the profile page
  4. Set the TRAVIS_USER_TOKEN environment variable on the Heroku app

Or, in direct commands:

  1. git clone git://github.com/travis-ci/webhook-example.git
  2. cd webhook-example
  3. heroku create
  4. heroku config:set TRAVIS_USER_TOKEN=
  5. git push heroku

About

An example webhook application using Sinatra to accept and process webhooks from Travis CI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages