dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/liftoff/appveyor.yml
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

26 lines
463 B
YAML

# http://www.appveyor.com/docs/appveyor-yml
# http://www.appveyor.com/docs/lang/nodejs-iojs
environment:
matrix:
# node.js
- nodejs_version: "0.10"
- nodejs_version: "0.12"
# io.js
- nodejs_version: "1"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm --version
# power shell
- ps: "npm test"
# standard command line
- cmd: npm test
build: off
version: "{build}"