# travis-listener **Repository Path**: mirrors_simi/travis-listener ## Basic Information - **Project Name**: travis-listener - **Description**: Receives and queues service hook notifications from GitHub for processing. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Travis Listener ************************** [![Build Status](https://travis-ci.org/travis-ci/travis-listener.png?branch=master)](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. 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. ![Travis Listener Diagram](/img/diagram.jpg) ## License & copyright information ## See LICENSE file. Copyright (c) 2011 [Travis CI development team](https://github.com/travis-ci).