We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e553f42 + f4a1885 commit 0c3447fCopy full SHA for 0c3447f
.appveyor.yml
@@ -57,7 +57,7 @@ test_script:
57
- SET X=0
58
- SET SYMFONY_PHPUNIT_SKIPPED_TESTS=phpunit.skipped
59
- copy /Y c:\php\php.ini-min c:\php\php.ini
60
- - IF %APPVEYOR_REPO_BRANCH% neq master (rm -Rf src\Symfony\Bridge\PhpUnit)
+ - IF %APPVEYOR_REPO_BRANCH:~-2% neq .x (rm -Rf src\Symfony\Bridge\PhpUnit)
61
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data || SET X=!errorlevel!
62
- copy /Y c:\php\php.ini-max c:\php\php.ini
63
0 commit comments