8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344d935 commit 362f9bcCopy full SHA for 362f9bc
appveyor.yml
@@ -51,7 +51,7 @@ install:
51
- copy /Y .composer\* %APPDATA%\Composer\
52
- php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit
53
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
54
- - php composer.phar update --no-progress --no-suggest --ansi
+ - php -dmemory_limit=-1 composer.phar update --no-progress --no-suggest --ansi
55
- php phpunit install
56
57
test_script:
0 commit comments