milligram/.appveyor.yml

11 lines
180 B
YAML
Raw Normal View History

2016-11-22 22:28:46 +00:00
environment:
nodejs_version: 7
platform:
- x86
- x64
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install
test_script: npm test
build: off