mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Added mysql to travis
This commit is contained in:
@@ -2,6 +2,7 @@ language: python
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
|
- mysql
|
||||||
|
|
||||||
# http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS
|
# http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS
|
||||||
before_install:
|
before_install:
|
||||||
@@ -25,6 +26,7 @@ env:
|
|||||||
addons:
|
addons:
|
||||||
hosts:
|
hosts:
|
||||||
- le.wtf
|
- le.wtf
|
||||||
|
mariadb: "10.0"
|
||||||
|
|
||||||
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user