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 5f64054 commit b76c94aCopy full SHA for b76c94a
appveyor.yml
@@ -15,14 +15,14 @@ install:
15
- echo extension_dir=ext >> php.ini
16
- echo extension=php_openssl.dll >> php.ini
17
- SET PATH=C:\tools\php71;%PATH%
18
- - cd c:\projects\static-ldp
+ - cd c:\projects\static-ldp
19
- php -r "readfile('http://getcomposer.org/installer');" | php
20
- php composer.phar install --prefer-source --no-interaction
21
22
build_script:
23
24
- php composer.phar install
25
26
test_script:
27
28
- php composer.phar test
0 commit comments