From 3d3d4ec1ae706f1c6146fb934bb2917097431065 Mon Sep 17 00:00:00 2001 From: yqbk Date: Sun, 23 Oct 2016 14:30:34 +0200 Subject: [PATCH] pull docker images on travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b965f2d6..d3006051 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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