version: "{build}"

environment:
  nodejs_version: "0.12"

matrix:
  fast_finish: true

install:
  - ps: Install-Product node $env:nodejs_version
  - node --version
  - npm --version
  - npm install

test_script:
  - npm run unit-test

build: off
