Add mysql tests
This commit is contained in:
parent
fb82dfbd5d
commit
9b141c53c5
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue