trava is a tiny command-line Travis CI client.
show information about the latest branches:
trava https://travis-ci.org/<user>/<project>
or, for the GitHub repo in current working directory:
trava .
show information about the build:
trava https://travis-ci.org/<user>/<project>/build/<build-id>
show the job log:
trava https://travis-ci.org/<user>/<project>/jobs/<job-id>
You can omit the https://travis-ci.org/
prefix.
- Python ≥ 3.6