tscoverage/appveyor.yml

11 lines
188 B
YAML
Raw Normal View History

2016-05-17 18:09:12 +00:00
environment:
2016-05-18 00:29:51 +00:00
nodejs_version: "stable"
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