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 14
14
$ flags = \PHP_VERSION_ID >= 50400 ? JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE : 0 ;
15
15
16
16
foreach ($ dirs as $ k => $ dir ) {
17
- if (!system ("git diff --name-only $ mergeBase -- $ dir " , $ exitStatus )) {
17
+ if (!system ("git diff --name-only \" $ mergeBase\" -- $ dir " , $ exitStatus )) {
18
18
if ($ exitStatus ) {
19
19
exit ($ exitStatus );
20
20
}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ install:
53
53
- php composer.phar self-update
54
54
- copy /Y .composer\* %APPDATA%\Composer\
55
55
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
56
- - php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit
56
+ - php .github/build-packages.php %APPVEYOR_REPO_COMMIT%^^ src\Symfony\Bridge\PhpUnit
57
57
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
58
58
- php composer.phar config platform.php 5.5.9
59
59
- php compo
38E7
ser.phar update --no-progress --no-suggest --ansi
You can’t perform that action at this time.
0 commit comments