Skip to content

Commit b76c94a

Browse files
committed
Update appveyor config
1 parent 5f64054 commit b76c94a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ install:
1515
- echo extension_dir=ext >> php.ini
1616
- echo extension=php_openssl.dll >> php.ini
1717
- SET PATH=C:\tools\php71;%PATH%
18-
- cd c:\projects\static-ldp
18+
- cd c:\projects\static-ldp
1919
- php -r "readfile('http://getcomposer.org/installer');" | php
2020
- php composer.phar install --prefer-source --no-interaction
2121

2222
build_script:
23-
- cd c:\projects\static-ldp
23+
- cd c:\projects\static-ldp
2424
- php composer.phar install
2525

2626
test_script:
27-
- cd c:\projects\static-ldp
27+
- cd c:\projects\static-ldp
2828
- php composer.phar test

0 commit comments

Comments
 (0)