sharp/appveyor.yml
2019-01-03 14:01:18 +00:00

17 lines
317 B
YAML

os: Visual Studio 2015
version: "{build}"
build: off
platform: x64
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "11"
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install -g npm@5
- npm install
test_script:
- npm test