Revision 8303c5c759f9a049e4a8e84bbcc8dd4600b099d9 authored by Luigi Pinca on 05 December 2016, 20:47:26 UTC, committed by Luigi Pinca on 05 December 2016, 20:47:26 UTC
1 parent 4ea3661
Raw File
appveyor.yml
environment:
  matrix:
    - nodejs_version: "7"
    - nodejs_version: "6"
    - nodejs_version: "4"
platform:
  - x86
  - x64
matrix:
  fast_finish: true
install:
  - ps: Install-Product node $env:nodejs_version $env:platform
  - npm install
test_script:
  - node --version
  - npm --version
  - npm test
build: off
back to top