Skip to content

Commit 5776728

Browse files
committed
Corrected path
1 parent 50dcd1b commit 5776728

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
@@ -39,8 +39,7 @@ install:
3939
- IF %PHP%==1 echo extension=php_fileinfo.dll >> php.ini
4040
- IF %PHP%==1 echo @php %%~dp0composer.phar %%* > composer.bat
4141
- appveyor DownloadFile https://getcomposer.org/composer.phar
42-
- cd c:\projects\reactphp-child-process-messenger
43-
- composer config github-oauth.github.com %GH_TOKEN%
42+
- cd c:\projects\php-pusher-client
4443
- IF %dependencies%==lowest composer update --prefer-lowest --no-progress -n
4544
- IF %dependencies%==current composer install --no-progress
4645
- IF %dependencies%==highest composer update --no-progress -n

0 commit comments

Comments
 (0)