appveyor.yml 238 Bytes
environment:
  matrix:
    - nodejs_version: '6'
    - nodejs_version: '4'
install:
  - ps: Install-Product node $env:nodejs_version
  - npm install
matrix:
  fast_finish: true
build: off
shallow_clone: true
test_script:
  - npm run test