environment:
  matrix:
    - nodejs_version: 0.10

platform:
  - x86
  - x64

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

build: OFF
test: OFF
deploy: OFF

