Docker container for travis ci client
394
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
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
$ 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
Content type
Image
Digest
Size
51.9 MB
Last updated
over 10 years ago
docker pull antonmry/travis-docker