2019.4.14 • Published 5 years ago

travis-image-status v2019.4.14

Weekly downloads
-
License
Unlicense
Repository
-
Last release
5 years ago

npm.io

quickly get travis status from an image. better than a travis client

Installation

$ [sudo] npm i -g travis-image-status

Benefits

  • no need travis client/authorization
  • 2-10x faster than travis status

How it works

https://api.travis-ci.org/owner/repo.svg?branch=master

<svg ...<text>{status}</text></g></svg>

Scripts usage

usage: travis-image-status [options] repo

Examples

travis status:

$ travis status -r owner/repo
passed

travis-image-status:

$ travis-image-status owner/repo
passing

options. --com, --org (default):

$ travis-image-status --com owner/repo

Related projects