File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,13 @@ clone_folder: c:\projects\api-platform\core
5
5
cache :
6
6
- ' %LOCALAPPDATA%\Composer\files'
7
7
8
- init :
9
- - SET PATH=c:\tools\php72;%PATH%
10
-
11
8
environment :
12
9
APP_ENV : ' test'
13
10
14
11
install :
15
12
- ps : Set-Service wuauserv -StartupType Manual
16
- - cinst -y php
13
+ - cinst -y php composer
14
+ - refreshenv
17
15
- cd c:\tools\php72
18
16
- copy php.ini-production php.ini /Y
19
17
- echo date.timezone="UTC" >> php.ini
@@ -24,8 +22,7 @@ install:
24
22
- echo extension=php_pdo_sqlite.dll >> php.ini
25
23
- echo memory_limit=3G >> php.ini
26
24
- cd %APPVEYOR_BUILD_FOLDER%
27
- - php -r "readfile('http://getcomposer.org/installer');" | php
28
- - php composer.phar install --no-interaction --no-progress
25
+ - composer install --no-interaction --no-progress
29
26
30
27
test_script :
31
28
- cd %APPVEYOR_BUILD_FOLDER%
You can’t perform that action at this time.
0 commit comments