|
|
@ -12,7 +12,7 @@ environment: |
|
|
|
install: |
|
|
|
install: |
|
|
|
# install nodejs and npm |
|
|
|
# install nodejs and npm |
|
|
|
- ps: Install-Product node $env:nodejs_version |
|
|
|
- ps: Install-Product node $env:nodejs_version |
|
|
|
- npm install -g yarn |
|
|
|
- npm install -g yarn --quiet |
|
|
|
- yarn install --pure-lockfile --no-progress |
|
|
|
- yarn install --pure-lockfile --no-progress |
|
|
|
- npm install -g grunt-cli |
|
|
|
- npm install -g grunt-cli |
|
|
|
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip |
|
|
|
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip |
|
|
|