diff --git a/.travis.yml b/.travis.yml index b57d80d..b34e810 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ script: - docker run jena riot --version # Does it run at all? - docker run --volume /tmp:/rdf jena riot example.ttl > /tmp/example.nq - grep --quiet example.com /tmp/example.nq + - sudo service docker restart ; sleep 10 # workaround for https://github.com/travis-ci/travis-ci/issues/4778 - docker run --name fuseki -p 127.0.0.1:3030:3030 -d jena-fuseki - wait 4; curl http://127.0.0.1:3030/ > /tmp/index.html # does it start? - grep --quiet Fuseki /tmp/index.html