UNPKG

312 BYAMLView Raw
1environment:
2 matrix:
3 - nodejs_version: "0.10"
4 - nodejs_version: "1.0"
5
6install:
7 - ps: Install-Product node $env:nodejs_version
8
9test_script:
10 - node --version
11 - npm -g install npm@2
12 - set PATH=%APPDATA%\npm;%PATH%
13 - npm --version
14 - npm install
15 - npm test
16
17build: "off"
18
19version: "{build}"