Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Work around iptables Travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fbiville committed Oct 7, 2015
1 parent 10bf4b9 commit faa0552
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 @@ -2,6 +2,7 @@ sudo: required
services:
- docker
before_install:
- sudo service docker restart ; sleep 10
- docker pull neo4j/neo4j
- docker run -d --name neo4j -v $HOME/neo4j-data:/data -p 7474:7474 neo4j/neo4j:2.2.5
language: java
Expand Down

0 comments on commit faa0552

Please sign in to comment.