8000 [appveyor] disable memory limit on composer up · symfony/symfony@362f9bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 362f9bc

Browse files
[appveyor] disable memory limit on composer up
1 parent 344d935 commit 362f9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ install:
5151
- copy /Y .composer\* %APPDATA%\Composer\
5252
- php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit
5353
- 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
54+
- php -dmemory_limit=-1 composer.phar update --no-progress --no-suggest --ansi
5555
- php phpunit install
5656

5757
test_script:

0 commit comments

Comments
 (0)
0