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

@@ -19,7 +19,8 @@ before_install:
# - export DOCKER_HOST=tcp://192.168.23.75:2375
- sudo service docker restart
- sleep 5
- docker pull openhpi/docker_ruby
- docker pull openhpi/co_execenv_python
- docker pull openhpi/co_execenv_java
before_script:
- cp .rspec.travis .rspec