|
@@ -12,7 +12,6 @@ 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'
|
|
- DB=pgsql db_dsn='postgres://postgres@127.0.0.1/cakephp_test'
|
|
|
- - DB=sqlite db_dsn='sqlite:///:memory:'
|
|
|
|
|
global:
|
|
global:
|
|
|
- DEFAULT=1
|
|
- DEFAULT=1
|
|
|
|
|
|
|
@@ -26,6 +25,12 @@ matrix:
|
|
|
- php: 7.1
|
|
- php: 7.1
|
|
|
env: CODECOVERAGE=1 DEFAULT=0
|
|
env: CODECOVERAGE=1 DEFAULT=0
|
|
|
|
|
|
|
|
|
|
+ - php: 7.1
|
|
|
|
|
+ env: DB=sqlite db_dsn='sqlite:///:memory:'
|
|
|
|
|
+
|
|
|
|
|
+ - php: 5.6
|
|
|
|
|
+ env: PREFER_LOWEST=1
|
|
|
|
|
+
|
|
|
before_script:
|
|
before_script:
|
|
|
- if [[ $PREFER_LOWEST != 1 ]]; then composer install --prefer-source --no-interaction ; fi
|
|
- if [[ $PREFER_LOWEST != 1 ]]; then composer install --prefer-source --no-interaction ; fi
|
|
|
- if [[ $PREFER_LOWEST == 1 ]]; then composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable ; fi
|
|
- if [[ $PREFER_LOWEST == 1 ]]; then composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable ; fi
|