mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +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
|
- openssl
|
||||||
# For Boulder integration testing
|
# For Boulder integration testing
|
||||||
- rsyslog
|
- 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"
|
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