UNPKG

321 BYAMLView Raw
1version: "{build}"
2
3environment:
4 matrix:
5 - nodejs_version: "0.10"
6 - nodejs_version: "0.12"
7 - nodejs_version: "4.1"
8
9matrix:
10 fast_finish: true
11
12install:
13 - ps: Install-Product node $env:nodejs_version
14 - node --version
15 - npm --version
16 - npm install
17
18test_script:
19 - npm run test-windows
20
21build: off