Skip to content

Commit

Permalink
allow tests to be run against 3.2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Dec 5, 2015
1 parent 2eb5ea0 commit fcfcb02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -5,7 +5,7 @@ clone_folder: c:\projects\cakephp
branches:
only:
- master
- 3.1
- 3.2
environment:
global:
PHP: "C:/PHP"
Expand Down Expand Up @@ -34,6 +34,8 @@ install:
- cd C:\projects\cakephp
- php -r "readfile('https://getcomposer.org/installer');" | php
- php composer.phar install --prefer-dist --no-interaction
- php -v
- php -i | grep "ICU version"
before_test:
# This script solves the "Database 'model' is being recovered. Waiting until recovery is finished."
# This solution comes from https://gist.github.com/jonathanhickford/1cb0d6665adab8b9c664
Expand Down

0 comments on commit fcfcb02

Please sign in to comment.