atcheck/lsscanner/new_ubuntu/node_modules/spawn-rx/appveyor.yml

22 lines
279 B
YAML

platform:
- x64
cache:
- node_modules
environment:
matrix:
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "4"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install
test_script:
- npm run build
build: off