Skip to content

Commit

Permalink
Restart docker and wait 10s before creating container (travis-ci/trav…
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Sep 24, 2015
1 parent 6b337a3 commit c339b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moduleroot/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ matrix:
services: docker
env: BEAKER_set="<%= operatingsystem %>-<%= operatingsystemmajrelease %>-x86_64-docker"
bundler_args:
script: bundle exec rspec spec/acceptance/<%= spec %>_spec.rb
script: sudo service docker restart ; sleep 10 && bundle exec rspec spec/acceptance/<%= spec %>_spec.rb
<% end
end
end
Expand Down

0 comments on commit c339b9a

Please sign in to comment.