File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ install:
174
174
- |
175
175
# Create local composer packages for each patched components and reference them in composer.json files when cross-testing components
176
176
if [[ ! $deps ]]; then
177
- php .github/build-packages.php HEAD^ src/Symfony/Bridge/PhpUnit
177
+ php .github/build-packages.php HEAD^ src/Symfony/Bridge/PhpUnit src/Symfony/Contracts
178
178
else
179
179
export SYMFONY_DEPRECATIONS_HELPER=weak &&
180
180
cp composer.json composer.json.orig &&
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ install:
45
45
- php composer.phar self-update
46
46
- copy /Y .composer\* %APPDATA%\Composer\
47
47
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
48
- - php .github/build-packages.php %APPVEYOR_REPO_COMMIT%^^ src\Symfony\Bridge\PhpUnit
48
+ - php .github/build-packages.php %APPVEYOR_REPO_COMMIT%^^ src\Symfony\Bridge\PhpUnit src\Symfony\Contracts
49
49
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
50
50
- php composer.phar update --no-progress --no-suggest --ansi
51
51
- php phpunit install
You can’t perform that action at this time.
0 commit comments