1
0
mirror of synced 2025-11-08 04:48:04 +00:00
Files
typescript-starter/appveyor.yml
2019-07-09 23:29:27 -04:00

24 lines
344 B
YAML

environment:
matrix:
- nodejs_version: '10'
- nodejs_version: '12'
version: '{build}'
cache:
- node_modules -> package.json
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --version
- npm install
test_script:
- npm test
- npm run cov:send
- npm run cov:check
build: off
deploy: off