Travis CI requires pulling docker image first #78
Labels
bug
Something isn't working
confirmed
This is something confirmed to be done
need investigation
This issue need investigation
On Travis CI, if the
alpine/socat:latest
image is not pulled before running the tests, then the tests fail as it won't find the requested image. The expected result is that the missing image is pulled when requested as it happens locally.The text was updated successfully, but these errors were encountered: