forked from jasder/antlr
fix appveyor for es6
This commit is contained in:
parent
d622c53b04
commit
12c4bcc408
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue