Skip to content

Commit

Permalink
Wait for docker containers to start
Browse files Browse the repository at this point in the history
  • Loading branch information
tpazderka committed Aug 2, 2019
1 parent 8914760 commit a833cb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ matrix:
env: TOXENV=py37
- install:
- docker-compose -f docker/docker-compose.yml up -d
before_script:
- while ! curl -k https://op:4433 > /dev/null; do sleep 2; done
- while ! curl -k https://op-test:60000 > /dev/null; do sleep 2; done
script:
- docker build docker/integration_tests -t oidctest-local
- docker run --net=host --name=oidctest-it -d oidctest-local
Expand Down

0 comments on commit a833cb8

Please sign in to comment.