fix appveyor for es6

This commit is contained in:
Eric Vergnaud 2020-10-10 12:28:17 +08:00
parent d622c53b04
commit 12c4bcc408
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ environment:
nodejs_version: "14"
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --version
- git submodule update --init --recursive
- cinst -y php --params "/InstallDir:C:\tools\php"
- cinst -y composer