Skip to content

Commit

Permalink
Testing workaround from travis-ci/travis-ci#4778
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Sep 20, 2015
1 parent 6132608 commit ee03cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ee03cbf

Please sign in to comment.