mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Travis: add le.wtf to /etc/hosts.
This commit is contained in:
@@ -19,6 +19,11 @@ env:
|
|||||||
- TOXENV=lint
|
- TOXENV=lint
|
||||||
- TOXENV=cover
|
- TOXENV=cover
|
||||||
|
|
||||||
|
# make sure simplehttp simple verification works (custom /etc/hosts)
|
||||||
|
addons:
|
||||||
|
hosts:
|
||||||
|
- le.wtf
|
||||||
|
|
||||||
install: "travis_retry pip install tox coveralls"
|
install: "travis_retry pip install tox coveralls"
|
||||||
before_script: '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || ./tests/boulder-start.sh'
|
before_script: '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || ./tests/boulder-start.sh'
|
||||||
script: 'travis_retry tox && ([ "xxx$BOULDER_INTEGRATION" = "xxx" ] || (source .tox/$TOXENV/bin/activate && ./tests/boulder-integration.sh))'
|
script: 'travis_retry tox && ([ "xxx$BOULDER_INTEGRATION" = "xxx" ] || (source .tox/$TOXENV/bin/activate && ./tests/boulder-integration.sh))'
|
||||||
|
|||||||
Reference in New Issue
Block a user