Add mysql tests

This commit is contained in:
Maurits van der Schee 2017-04-15 19:25:32 +02:00
commit 9b141c53c5

View file

@ -4,7 +4,7 @@ sudo: false
language: php
services:
# - mysql
- mysql
- postgresql
addons:
@ -21,7 +21,7 @@ before_install:
- phpenv config-add travisphp.ini
- psql -c 'create database testing;' -U postgres
- psql -U postgres -c "create extension postgis"
# - mysql -e 'CREATE DATABASE testing;'
- mysql -e 'CREATE DATABASE testing;'
- cp tests/Config.php.travis tests/Config.php
script: