UNPKG

nodekit-cli

Version:

A command-line tool for creating {NK} NodeKit applications

20 lines (16 loc) 336 B
# appveyor file # http://www.appveyor.com/docs/appveyor-yml environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" - nodejs_version: "4" - nodejs_version: "6" install: - ps: Install-Product node $env:nodejs_version - npm install build: off test_script: - node --version - npm --version - npm test