install mysql with apt

Hack to try to get mysql to install nicely
This commit is contained in:
Liam Marshall
2015-11-04 20:57:36 -06:00
parent 9a59647224
commit 94f0139c4d
+6
View File
@@ -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'