Closed yarikoptic closed 3 years ago
ah, right -- that travis dummy one is one of ours! ;)
travis/install.sh: sudo cp travis/dummy_docker /usr/local/bin/docker
fixed up, pushed
out of patience -- what was failing now doesn't. linux run of travis is yet to happen, so will proceed and merge
grr, the 2nd run on travis errors in the first test on passing args to docker: https://travis-ci.org/github/ReproNim/containers/jobs/750269398#L1558
with "/usr/local/bin/docker: unhandled command line:"
```shell /usr/local/bin/docker: unhandled command line: $1 =which is "correct to fail" since we did add a new bind mount option to docker to bind mount
/tmp
itself. So I just wonder why it has not failed locally... will dig in again, uff