Skip to content

Commit

Permalink
Pass PROXY_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
s4int committed Jun 3, 2020
1 parent 950d226 commit 222a54c
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 @@ -13,9 +13,10 @@ before_install:
- sudo mv docker-compose /usr/local/bin
- docker-compose -f tests/docker-compose.yml --no-ansi up -d
- docker-compose -f tests/docker-compose.yml --no-ansi ps
- PROXY_HOST=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' tests_browsermobproxy_1)
install:
- pip install -r requirements.txt
- pip install -r tests/tests-requirements.txt
- pip install .
script:
- robot -x xunit.xml tests
- robot -x xunit.xml -v PROXY_HOST:$PROXY_HOST tests

0 comments on commit 222a54c

Please sign in to comment.