mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
more banging on travis-ci
This commit is contained in:
parent
0e78140d47
commit
ddc88cda0f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user