mirror of
https://github.com/lovell/sharp.git
synced 2025-07-15 21:20:14 +02:00
17 lines
319 B
YAML
17 lines
319 B
YAML
os: Visual Studio 2015
|
|
version: "{build}"
|
|
build: off
|
|
platform: x64
|
|
environment:
|
|
matrix:
|
|
- nodejs_version: "4"
|
|
- nodejs_version: "6"
|
|
- nodejs_version: "8"
|
|
- nodejs_version: "9"
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version x64
|
|
- npm install -g npm@5.3.x
|
|
- npm install
|
|
test_script:
|
|
- npm test
|