0.0.31 • Published 9 years ago
tests-passed v0.0.31
Install
npm install -g tests-passed
Features
- exit status 0 if tests passed
- exit status 1 if tests failed
- exit status 1 and error message if repo not exists or unknown error
Usage
$ tests-passed-drone fullname
$ tests-passed-shippable id
$ tests-passed-travis fullname
$ tests-passed-wercker fullname
Example
$ tests-passed-drone github.com/russianidiot/public.py || exit
$ tests-passed-shippable 57068cbb2a8192902e1bbbd6 || exit
$ tests-passed-travis russianidiot/public.py || exit
$ tests-passed-wercker russianidiot/public.py || exit
# tests passed, now upload stable version to to npmjs.com, pypi.python.org, etc