Skip to content

Commit 450098a

Browse files
minor symfony#28342 [appveyor] fix bis (nicolas-grekas)
This PR was merged into the 2.8 branch. Discussion ---------- [appveyor] fix bis | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Give it another try... Commits ------- 9d24400 [appveyor] fix bis
2 parents 3b687fd + 9d24400 commit 450098a

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
@@ -56,7 +56,7 @@ install:
5656
- php composer.phar self-update
5757
- copy /Y .composer\* %APPDATA%\Composer\
5858
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
59-
- php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit
59+
- php .github/build-packages.php %APPVEYOR_REPO_COMMIT%^^ src\Symfony\Bridge\PhpUnit
6060
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
6161
- php composer.phar config platform.php 5.3.9
6262
- php composer.phar update --no-progress --no-suggest --ansi

0 commit comments

Comments
 (0)