Browse Source

Trying to speed up a bit appveyor builds

Jose Lorenzo Rodriguez 11 years ago
parent
commit
a8bb23fc0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

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