Sign inSign up

antonmry/travis-docker

By antonmry

Updated over 10 years ago

Docker container for travis ci client

Image
0

394

antonmry/travis-docker repository overview

travis-docker

Docker container for travis ci client following installation instructions, using Ruby.

It's my own fork from https://github.com/andredumas/docker-travis-ci-cli

docker pull antonmry/travis-docker

Usage

docker run --rm -v $PWD:/repo -v ~/.travis:/travis antonmry/travis-docker [command]
$ docker run --rm -v $PWD:/repo -v ~/.travis:/travis antonmry/travis-docker -v
1.8.2
Detailed Example
$ alias travis='docker run --rm -v $PWD:/repo -v ~/.travis:/travis antonmry/travis-docker' 
$ travis whoami
not logged in, please run travis login
$ travis login --github-token <public_repo personal access token>
$ travis whoami
andredumas
$ travis setup releases
# Follow on screen instructions

Tag summary

Content type

Image

Digest

Size

51.9 MB

Last updated

over 10 years ago

docker pull antonmry/travis-docker