mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Specify mariadb version before mysql service?
This commit is contained in:
parent
baadccb746
commit
2b33dd42e8
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -1,5 +1,11 @@
|
|||
language: python
|
||||
|
||||
# make sure simplehttp simple verification works (custom /etc/hosts)
|
||||
addons:
|
||||
hosts:
|
||||
- le.wtf
|
||||
mariadb: "10.0"
|
||||
|
||||
services:
|
||||
- rabbitmq
|
||||
- mysql
|
||||
|
|
@ -22,12 +28,6 @@ env:
|
|||
- TOXENV=lint
|
||||
- TOXENV=cover
|
||||
|
||||
# make sure simplehttp simple verification works (custom /etc/hosts)
|
||||
addons:
|
||||
hosts:
|
||||
- le.wtf
|
||||
mariadb: "10.0"
|
||||
|
||||
install: "travis_retry pip install tox coveralls"
|
||||
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))'
|
||||
|
|
|
|||
Loading…
Reference in a new issue