Added a restart of the docker daemon to the build process

This commit is contained in:
Oliver Sterzel 2015-09-21 09:33:57 +01:00
parent a2cb7af946
commit 838dabc7f8

View file

@ -4,5 +4,6 @@ services:
- docker
script:
- sudo service docker restart; sleep 10
- make run-container
- make test