Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 755 Bytes

File metadata and controls

44 lines (30 loc) · 755 Bytes

Another docker-traviscli

Lets build another travis cli tool for docker so we can hack. 🎉

Using the image

Here is some instructions on how to use it.

Use it

For example:

eval $(docker run --rm wenlock/traviscli:latest init)
travis help

Local Development

Build it

make build

Test it

eval $(docker run --rm wenlock/traviscli:latest init)
travis test

Shell

Start a shell with

eval $(docker run --rm wenlock/traviscli:latest init)
travis shell

Contributing to docker-traviscli

Want to help me, wow cool!

Fork this repo and submit a PR :D

Licensing

MIT