Skip to content

ChichiDevops/docker-traviscli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Another Travis CLI Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 35.4%
  • Dockerfile 34.0%
  • Shell 30.6%