Thanks to visit codestin.com Credit goes to github.com
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.
1 parent b715f46 commit f4a1885Copy full SHA for f4a1885
.appveyor.yml
@@ -65,7 +65,7 @@ test_script:
65
- SET X=0
66
- cd c:\php && copy /Y php.ini-min php.ini
67
- cd c:\projects\symfony
68
- - 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)
69
- php phpunit src\Symfony --exclude-group benchmark,intl-data || SET X=!errorlevel!
70
- cd c:\php && 7z x php-5.5.9-nts-Win32-VC11-x86.zip -y >nul && copy /Y php.ini-min php.ini
71
0 commit comments