mirror of
https://github.com/lovell/sharp.git
synced 2025-07-15 21:20:14 +02:00
Reduce production (sub)depedency count from 93 to 50. Modernise dev tooling, e.g. use nyc, replace jshint with semistandard. Make 'npm test' command consistent across platforms.
16 lines
296 B
YAML
16 lines
296 B
YAML
os: Visual Studio 2015
|
|
version: "{build}"
|
|
build: off
|
|
platform: x64
|
|
environment:
|
|
matrix:
|
|
- nodejs_version: "4"
|
|
- nodejs_version: "6"
|
|
- nodejs_version: "7"
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version x64
|
|
- npm install -g npm@latest
|
|
- npm install
|
|
test_script:
|
|
- npm test
|