Fix DOCKER_OPTS fro Travis and download required images

This commit is contained in:
Sebastian Serth
2018-02-20 12:28:40 +01:00
parent a17c6752fd
commit fa4a497b6f
2 changed files with 3 additions and 2 deletions

View File

@@ -36,5 +36,5 @@ production:
test:
<<: *default
host: tcp://192.168.59.104:2376
host: tcp://127.0.0.1:2376
workspace_root: <%= File.join('/', 'shared', Rails.env) %>