|
@@ -5,7 +5,7 @@ clone_folder: c:\projects\cakephp
|
|
|
branches:
|
|
branches:
|
|
|
only:
|
|
only:
|
|
|
- master
|
|
- master
|
|
|
- - 3.1
|
|
|
|
|
|
|
+ - 3.2
|
|
|
environment:
|
|
environment:
|
|
|
global:
|
|
global:
|
|
|
PHP: "C:/PHP"
|
|
PHP: "C:/PHP"
|
|
@@ -34,6 +34,8 @@ install:
|
|
|
- cd C:\projects\cakephp
|
|
- cd C:\projects\cakephp
|
|
|
- php -r "readfile('https://getcomposer.org/installer');" | php
|
|
- php -r "readfile('https://getcomposer.org/installer');" | php
|
|
|
- php composer.phar install --prefer-dist --no-interaction
|
|
- php composer.phar install --prefer-dist --no-interaction
|
|
|
|
|
+ - php -v
|
|
|
|
|
+ - php -i | grep "ICU version"
|
|
|
before_test:
|
|
before_test:
|
|
|
# This script solves the "Database 'model' is being recovered. Waiting until recovery is finished."
|
|
# This script solves the "Database 'model' is being recovered. Waiting until recovery is finished."
|
|
|
# This solution comes from https://gist.github.com/jonathanhickford/1cb0d6665adab8b9c664
|
|
# This solution comes from https://gist.github.com/jonathanhickford/1cb0d6665adab8b9c664
|