10000 Merge branch '3.4' into 4.4 · symfony/symfony@0c3447f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c3447f

Browse files
Merge branch '3.4' into 4.4
* 3.4: [appveyor] fix checking for the .x branch
2 parents e553f42 + f4a1885 commit 0c3447f

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
@@ -57,7 +57,7 @@ test_script:
5757
- SET X=0
5858
- SET SYMFONY_PHPUNIT_SKIPPED_TESTS=phpunit.skipped
5959
- copy /Y c:\php\php.ini-min c:\php\php.ini
60-
- IF %APPVEYOR_REPO_BRANCH% neq master (rm -Rf src\Symfony\Bridge\PhpUnit)
60+
- IF %APPVEYOR_REPO_BRANCH:~-2% neq .x (rm -Rf src\Symfony\Bridge\PhpUnit)
6161
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data || SET X=!errorlevel!
6262
- copy /Y c:\php\php.ini-max c:\php\php.ini
6363
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data || SET X=!errorlevel!

0 commit comments

Comments
 (0)
0