We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb82dfb commit 9b141c5Copy full SHA for 9b141c5
.travis.yml
@@ -4,7 +4,7 @@ sudo: false
4
language: php
5
6
services:
7
- # - mysql
+ - mysql
8
- postgresql
9
10
addons:
@@ -21,7 +21,7 @@ before_install:
21
- phpenv config-add travisphp.ini
22
- psql -c 'create database testing;' -U postgres
23
- psql -U postgres -c "create extension postgis"
24
- # - mysql -e 'CREATE DATABASE testing;'
+ - mysql -e 'CREATE DATABASE testing;'
25
- cp tests/Config.php.travis tests/Config.php
26
27
script:
0 commit comments