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