UNPKG

472 BYAMLView Raw
1environment:
2 matrix:
3 - nodejs_version: '8'
4 - nodejs_version: '6'
5 - nodejs_version: '4'
6install:
7 - ps: Install-Product node $env:nodejs_version
8 - npm install --global npm@latest
9 - set PATH=%APPDATA%\npm;%PATH%
10 - npm install
11 - npm install -g yarn
12matrix:
13 fast_finish: true
14build: off
15shallow_clone: true
16test_script:
17 - node --version
18 - yarn --version
19 - yarn test:win32
20 - yarn hygen
21 - yarn hygen init self
22cache:
23 - '%APPDATA%\npm-cache'