Skip to content

Commit

Permalink
Trying to speed up a bit appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 13, 2014
1 parent 55a9bbc commit a8bb23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -39,7 +39,7 @@ install:
- echo extension=php_fileinfo.dll >> php.ini
- cd C:\projects\cakephp
- php -r "readfile('https://getcomposer.org/installer');" | php
- php composer.phar install
- php composer.phar install --prefer-dist --no-interaction --dev
test_script:
- sqlcmd -S ".\SQL2008R2SP2" -U sa -P Password12! -Q "create database cakephp;"
- sqlcmd -S ".\SQL2012SP1" -U sa -P Password12! -Q "create database cakephp;"
Expand Down

0 comments on commit a8bb23f

Please sign in to comment.