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 627de27 commit c0d9ed0Copy full SHA for c0d9ed0
appveyor.yml
@@ -69,6 +69,7 @@ install:
69
- 'set PATH=%cd%;%PATH%'
70
71
- echo Install dev dependencies
72
+ - cd %APPVEYOR_BUILD_FOLDER%
73
- if not exist vendor (php -r "readfile('https://getcomposer.org/installer');" | php & php composer.phar --prefer-source install)
74
75
build_script:
0 commit comments