blob: 6a330588796477f2a2deefac5bead96a33423fbb [file] [log] [blame]
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
shallow_clone: true
environment:
matrix:
- nodejs_version: 10
- nodejs_version: 12
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build: off
test_script:
# Workaround for https://github.com/appveyor/ci/issues/2420
- set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
- node --version
- npm --version
- npm test