8000 [appveyor] fix bis · symfony/symfony@9d24400 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d24400

Browse files
[appveyor] fix bis
1 parent 3b687fd commit 9d24400

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)
0