8000 minor #25403 [appveyor] disable memory limit on composer up (nicolas-… · symfony/symfony@336de67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 336de67

Browse files
minor #25403 [appveyor] disable memory limit on composer up (nicolas-grekas)
This PR was merged into the 3.3 branch. Discussion ---------- [appveyor] disable memory limit on composer up | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Let's see if this makes appveyor happy. Commits ------- 362f9bc [appveyor] disable memory limit on composer up
2 parents 344d935 + 362f9bc commit 336de67

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