We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051cb35 commit 6dac13bCopy full SHA for 6dac13b
appveyor.yml
@@ -11,7 +11,6 @@ environment:
11
cache:
12
- c:\php -> appveyor.yml
13
- .phpunit -> phpunit
14
- - vendor -> composer.json
15
16
init:
17
- SET PATH=c:\php;%PATH%
@@ -46,7 +45,7 @@ install:
46
45
- cd c:\projects\symfony
47
- php phpunit install
48
- 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
+ - composer update --prefer-source --no-progress --ansi
50
51
test_script:
52
0 commit comments