Skip to content

Commit

Permalink
add travis workaround for docker issue (travis-ci/travis-ci#4778)
Browse files Browse the repository at this point in the history
  • Loading branch information
slapers committed Sep 22, 2015
1 parent 68391f8 commit d81ba2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ services:

before_install:
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"

- sudo service docker restart ; sleep 10

install:
- docker run -d -p 127.0.0.1:27017:27017 mongo:3
- mvn install -DskipTests=true
Expand Down

0 comments on commit d81ba2a

Please sign in to comment.