An open API service indexing awesome lists of open source software.

https://github.com/vangie/travis-ci-webhook

Travis CI webhook recevier
https://github.com/vangie/travis-ci-webhook

docker nodejs travis-ci webhook webhook-callbacks webhooks-catcher

Last synced: about 2 months ago
JSON representation

Travis CI webhook recevier

Awesome Lists containing this project

README

        

# Travis CI webhook

travis-ci-webhook listens to incomming HTTP POST-request from traivs-ci.org and triggers your specified scripts.
It is a docker container wrap of [travisci-webhook-handler](https://github.com/chrisjaure/travisci-webhook-handler).

# Running

```sh
docker run -d \
-p 7777:7777 \
-v ${PWD}/scripts:/usr/src/app/scripts \
-v /var/run/docker.sock:/var/run/docker.sock \
--name travis-ci-webhook \
vangie/travis-ci-webhook
```