|
@@ -11,7 +11,6 @@ php:
|
|
|
env:
|
|
env:
|
|
|
matrix:
|
|
matrix:
|
|
|
- DB=mysql db_dsn='mysql://root@127.0.0.1/cakephp_test'
|
|
- DB=mysql db_dsn='mysql://root@127.0.0.1/cakephp_test'
|
|
|
- - DB=pgsql db_dsn='postgres://postgres@127.0.0.1/cakephp_test'
|
|
|
|
|
global:
|
|
global:
|
|
|
- DEFAULT=1
|
|
- DEFAULT=1
|
|
|
|
|
|
|
@@ -26,6 +25,9 @@ matrix:
|
|
|
env: CODECOVERAGE=1 DEFAULT=0
|
|
env: CODECOVERAGE=1 DEFAULT=0
|
|
|
|
|
|
|
|
- php: 7.1
|
|
- php: 7.1
|
|
|
|
|
+ env: DB=pgsql db_dsn='postgres://postgres@127.0.0.1/cakephp_test'
|
|
|
|
|
+
|
|
|
|
|
+ - php: 7.1
|
|
|
env: DB=sqlite db_dsn='sqlite:///:memory:'
|
|
env: DB=sqlite db_dsn='sqlite:///:memory:'
|
|
|
|
|
|
|
|
- php: 5.6
|
|
- php: 5.6
|