Skip to content

Commit

Permalink
fix circle test
Browse files Browse the repository at this point in the history
  • Loading branch information
parabuzzle committed May 15, 2016
1 parent 88f6402 commit f62a69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:

test:
override:
- docker run -d -p 4567:4567 parabuzzle/craneoperator:latest; sleep 10
- curl --retry 10 --retry-delay 5 -v http://localhost:4567/
- docker run -d -p 80:80 parabuzzle/craneoperator:latest; sleep 10
- curl --retry 10 --retry-delay 5 -v http://localhost/

deployment:
hub:
Expand Down

0 comments on commit f62a69f

Please # to comment.