Skip to content

Commit 6dac13b

Browse files
Fix appveyor file
1 parent 051cb35 commit 6dac13b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ environment:
1111
cache:
1212
- c:\php -> appveyor.yml
1313
- .phpunit -> phpunit
14-
- vendor -> composer.json
1514

1615
init:
1716
- SET PATH=c:\php;%PATH%
@@ -46,7 +45,7 @@ install:
4645
- cd c:\projects\symfony
4746
- php phpunit install
4847
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
49-
- composer update --prefer-dist --no-progress --ansi
48+
- composer update --prefer-source --no-progress --ansi
5049

5150
test_script:
5251
- cd c:\projects\symfony

0 commit comments

Comments
 (0)