Skip to content

Commit 9b141c5

Browse files
committed
Add mysql tests
1 parent fb82dfb commit 9b141c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44
language: php
55

66
services:
7-
# - mysql
7+
- mysql
88
- postgresql
99

1010
addons:
@@ -21,7 +21,7 @@ before_install:
2121
- phpenv config-add travisphp.ini
2222
- psql -c 'create database testing;' -U postgres
2323
- psql -U postgres -c "create extension postgis"
24-
# - mysql -e 'CREATE DATABASE testing;'
24+
- mysql -e 'CREATE DATABASE testing;'
2525
- cp tests/Config.php.travis tests/Config.php
2626

2727
script:

0 commit comments

Comments
 (0)