Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

travis-ci-examples/webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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