travis-run
travis-run copied to clipboard
Run travis-ci builds locally using Docker [abandoned]
Pasting some irc logs: ``` 09:05:31 < oyiptong> i've been trying to use travis-run 09:05:45 < oyiptong> installed docker on an ubuntu 14.04 LTS machine 09:05:53 < oyiptong> and the...
``` $ travis-run create mktemp: illegal option -- p usage: mktemp [-d] [-q] [-t prefix] [-u] template ... mktemp [-d] [-q] [-u] -t prefix ```
Version on `install.sh` is now got from other sources
Adding required `help2man` package to build the Debian package.
Tried to run existing [.travis.yml](https://github.com/nazar-pc/CleverStyle-CMS/blob/master/.travis.yml) that works fine with Travis and got: > $ travis-run run > docker: Generating build script...done > docker: Starting container from image d22836d51838...done > docker:...
When using docker repository, its package is called `lxc-docker` rather than `docker.io` like in default Ubuntu repo. Is it possible to specify that either `docker.io` or `lxc-docker` is good for...