Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use curl instead of DownloadFile
  • Loading branch information
markstory committed May 23, 2018
1 parent b34eb25 commit 16c9e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -46,7 +46,7 @@ install:
- echo extension=php_wincache.dll >> php.ini
- echo wincache.enablecli = 1 >> php.ini
- cd C:\projects\cakephp
- appveyor DownloadFile https://getcomposer.org/composer.phar
- curl -fsS https://getcomposer.org/composer.phar -o composer.phar
- php composer.phar install --prefer-dist --no-interaction --ansi --no-progress
- php -i | grep "ICU version"

Expand Down

0 comments on commit 16c9e34

Please sign in to comment.