mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Specify mariadb version before mysql service?
This commit is contained in:
+6
-6
@@ -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))'
|
||||
|
||||
Reference in New Issue
Block a user