https://github.com/travis-ci/travis-listener
Receives and queues service hook notifications from GitHub for processing.
https://github.com/travis-ci/travis-listener
Last synced: over 1 year ago
JSON representation
Receives and queues service hook notifications from GitHub for processing.
- Host: GitHub
- URL: https://github.com/travis-ci/travis-listener
- Owner: travis-ci
- License: mit
- Created: 2011-12-07T17:49:52.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T06:41:49.000Z (about 2 years ago)
- Last Synced: 2024-05-20T07:39:02.588Z (about 2 years ago)
- Language: Ruby
- Homepage: http://travis-ci.com
- Size: 1.49 MB
- Stars: 43
- Watchers: 25
- Forks: 20
- Open Issues: 15
-
Metadata Files:
- Readme: README.mdown
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sinatra - travis-listener - logs](https://github.com/travis-ci/travis-logs) (Continuous Integration)
README
# Travis Listener
**************************
[](https://travis-ci.org/travis-ci/travis-listener)
Travis Listener is a small Sinatra app which receives service hook notifications from GitHub and queues them for processing by Travis Gatekeeper (a private repo) using [Sidekiq](http://sidekiq.org).
Although the Travis service hook listens for several different events when activated for a repository, currently Travis Listener only processes `push` and `pull_request` events and discards the rest.
It's important to note that if the sender.type in the received event is marked as a bot, the listener will also mark the sender as a bot, and this designation receives special treatment later in the system.
This is the first point of entry for build events from GitHub, and over time support for responding to user sync related events is planned.

## License & copyright information ##
See LICENSE file.
Copyright (c) 2011 [Travis CI development team](https://github.com/travis-ci).