[appveyor] disable memory limit on composer up

This commit is contained in:
Nicolas Grekas 2017-12-08 16:04:33 +01:00
parent 344d93501e
commit 362f9bcb6f

View File

@ -51,7 +51,7 @@ install:
- copy /Y .composer\* %APPDATA%\Composer\
- php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
- php composer.phar update --no-progress --no-suggest --ansi
- php -dmemory_limit=-1 composer.phar update --no-progress --no-suggest --ansi
- php phpunit install
test_script: