tscoverage/appveyor.yml

11 lines
183 B
YAML
Raw Normal View History

2016-05-17 18:09:12 +00:00
environment:
2016-05-18 00:33:05 +00:00
nodejs_version: "4"
2016-05-17 18:09:12 +00:00
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm --version
- npm test
build: off