milligram/.appveyor.yml

22 lines
436 B
YAML
Raw Normal View History

os: Visual Studio 2015
version: "{build}"
build: off
platform: x64
2016-11-22 22:28:46 +00:00
environment:
2016-12-13 05:19:30 +00:00
matrix:
- nodejs_version: 7
- nodejs_version: 6
- nodejs_version: 5
- nodejs_version: 4
2016-11-22 22:28:46 +00:00
install:
2016-12-13 05:19:30 +00:00
- ps: Install-Product node $env:nodejs_version
- set CI=true
2018-05-09 11:44:01 +00:00
- npm i -g npm@latest
2016-12-13 05:19:30 +00:00
- set PATH=%APPDATA%\npm;%PATH%
2018-05-09 11:44:01 +00:00
- npm install --build-from-source
2016-12-13 05:19:30 +00:00
matrix:
fast_finish: true
shallow_clone: true
clone_depth: 1
test_script: npm t