CI-Status displays the build status of projects on a continuous integration server in the console. It's also possible to include the library into your own project.
A project that's building on a supported continuous integration server. See the supported services list.
This support list is a work-in-progress.
- Appveyor
- Buddybuild
- CircleCI
- CruiseControl
- GreenhouseCI
- Hudson
- Jenkins
- Semaphore
- TeamCity
- Travis (travis-ci.com)
Missing something? Suggest or contribute your own!
To use globally from command line:
$ npm install -g ci-statusTo include as a library in your project:
$ npm install ci-statusExample:
$ ci-status travis -o ovhemertFor a detailed description of all the commands and options available, see the CLI documentation.
Want to use ci-status as a library in your project?
See the API documentation for details.
See the CONTRIBUTING file for details.
MIT
