Skip to content

Commit

Permalink
Fix Travis docker error
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagofigueiro committed Oct 12, 2015
1 parent f20a636 commit 06c5696
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 @@ -5,6 +5,7 @@ services:

before_install:
- docker build -t thiagofigueiro/varnish-alpine-docker:ci .
- sudo service docker restart ; sleep 10
- docker run -i -d -p 80 -e VARNISH_BACKEND_IP=google.com -e VARNISH_BACKEND_PORT=80 thiagofigueiro/varnish-alpine-docker:ci
- docker ps -a

Expand Down

0 comments on commit 06c5696

Please sign in to comment.