UNPKG

foundry-release-base

Version:
22 lines (16 loc) 321 B
version: "{build}" environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" - nodejs_version: "4.1" matrix: fast_finish: true install: - ps: Install-Product node $env:nodejs_version - node --version - npm --version - npm install test_script: - npm run test-windows build: off