mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
"boulder-start.py amqp" is the default as of #637
This commit is contained in:
parent
b7f01d435f
commit
84fe80a347
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ addons:
|
|||
- le.wtf
|
||||
|
||||
install: "travis_retry pip install tox coveralls"
|
||||
before_script: '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || ./tests/boulder-start.sh amqp'
|
||||
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))'
|
||||
|
||||
after_success: '[ "$TOXENV" == "cover" ] && coveralls'
|
||||
|
|
|
|||
Loading…
Reference in a new issue