replicate travis' configuration onto appveyor's

pull/2991/head
mrkishi 5 years ago
parent caebe0deb8
commit 68b1aeff9d
No known key found for this signature in database
GPG Key ID: 95E966FDD3D8B0AF

@ -9,12 +9,13 @@ init:
environment:
matrix:
# node.js
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm ci || npm install
build: off

Loading…
Cancel
Save