Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4a1885

Browse files
[appveyor] fix checking for the .x branch
1 parent b715f46 commit f4a1885

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
@@ -65,7 +65,7 @@ test_script:
6565
- SET X=0
6666
- cd c:\php && copy /Y php.ini-min php.ini
6767
- cd c:\projects\symfony
68-
- IF %APPVEYOR_REPO_BRANCH% neq master (rm -Rf src\Symfony\Bridge\PhpUnit)
68+
- IF %APPVEYOR_REPO_BRANCH:~-2% neq .x (rm -Rf src\Symfony\Bridge\PhpUnit)
6969
- php phpunit src\Symfony --exclude-group benchmark,intl-data || SET X=!errorlevel!
7070
- cd c:\php && 7z x php-5.5.9-nts-Win32-VC11-x86.zip -y >nul && copy /Y php.ini-min php.ini
7171
- cd c:\projects\symfony

0 commit comments

Comments
 (0)