more banging on travis-ci

This commit is contained in:
Noah Levitt 2017-10-16 16:05:23 -07:00
parent 0e78140d47
commit ddc88cda0f

View File

@ -26,6 +26,11 @@ services:
- docker
before_install:
- hostname -s
- hostname -f
- ping -c3 `hostname -s`
- ping -c3 `hostname -f`
- ping -c3 localhost
- ps ww -fHe
- sudo service docker restart ; sleep 10 # https://github.com/travis-ci/travis-ci/issues/4778
- docker run -d --publish=28015:28015 rethinkdb