mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
install mysql with apt
Hack to try to get mysql to install nicely
This commit is contained in:
@@ -56,6 +56,12 @@ addons:
|
||||
- openssl
|
||||
# For Boulder integration testing
|
||||
- rsyslog
|
||||
- mysql
|
||||
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y mysql-client-core-5.6 mysql-server-5.6 mysql-client-5.6
|
||||
|
||||
install: "travis_retry pip install tox coveralls"
|
||||
before_script: '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || ./tests/boulder-start.sh'
|
||||
|
||||
Reference in New Issue
Block a user