pull docker images on travis

This commit is contained in:
yqbk
2016-10-23 14:30:34 +02:00
parent 46cdbc3b4b
commit 3d3d4ec1ae

View File

@ -11,6 +11,10 @@ addons:
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# - export DOCKER_HOST=tcp://192.168.23.75:2375
- docker pull openhpi/docker_java
- docker pull openhpi/docker_ruby
- docker pull openhpi/docker_python
before_script:
- cp .rspec.travis .rspec
@ -33,5 +37,5 @@ rvm:
# - 2.1.5
# - 2.2.1
- 2.3.1
script: bundle exec rspec --color --format documentation --require spec_helper --require rails_helper --tag ~docker
script: bundle exec rspec --color --format documentation --require spec_helper --require rails_helper