Specify mariadb version before mysql service?

This commit is contained in:
Brad Warren 2015-08-13 12:00:26 -07:00
parent baadccb746
commit 2b33dd42e8

View file

@ -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))'