Changed mariadb version

This commit is contained in:
Dan Brown 2016-05-02 12:50:17 +01:00
parent 223a6b546c
commit a40af08018

View File

@ -9,7 +9,7 @@ cache:
- vendor
addons:
mariadb: '10.1'
mariadb: '10.0'
before_script:
- mysql -e 'create database `bookstack-test`;'