File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ build: false
2
2
clone_depth : 2
3
3
clone_folder : c:\projects\symfony
4
4
5
- cache :
6
- - composer.phar
7
- - .phpunit -> phpunit
8
-
9
5
init :
10
6
- SET PATH=c:\php;%PATH%
11
7
- SET COMPOSER_NO_INTERACTION=1
@@ -48,9 +44,8 @@ install:
48
44
- echo extension=php_sodium.dll >> php.ini-max
49
45
- copy /Y php.ini-max php.ini
50
46
- cd c:\projects\symfony
51
- - IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/2.2.10/composer.phar)
52
- - php composer.phar self-update --2
53
- - copy /Y .github\composer-config.json %APPDATA%\Composer\config.json
47
+ - appveyor DownloadFile https://getcomposer.org/download/latest-stable/composer.phar
48
+ - mkdir %APPDATA%\Composer && copy /Y .github\composer-config.json %APPDATA%\Composer\config.json
54
49
- git config --global user.email ""
55
50
- git config --global user.name "Symfony"
56
51
- FOR /F "tokens=* USEBACKQ" %%F IN (`bash -c "grep ' VERSION = ' src/Symfony/Component/HttpKernel/Kernel.php | grep -o '[0-9][0-9]*\.[0-9]'"`) DO (SET SYMFONY_VERSION=%%F)
You can’t perform that action at this time.
0 commit comments