Browse Source

allow tests to be run against 3.2 branch

antograssiot 10 years ago
parent
commit
fcfcb02b7c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      appveyor.yml

+ 3 - 1
appveyor.yml

@@ -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