8000 Fix merge · symfony/symfony@372be7e · GitHub
[go: up one dir, main page]

Skip to content

Commit 372be7e

Browse files
Fix merge
1 parent 5075e6c commit 372be7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ install:
3333
- IF %PHP%==1 echo extension=php_pdo_sqlite.dll >> php.ini-max-ext
3434
- IF %PHP%==1 echo extension=php_ldap.dll >> php.ini-max-ext
3535
- appveyor DownloadFile https://getcomposer.org/composer.phar
36+
- copy /Y php.ini-max-ext php.ini
3637
- cd c:\projects\symfony
3738
- php phpunit install
3839
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)

0 commit comments

Comments
 (0)
0