appveyor.yml 238 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 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