UNPKG

424 BYAMLView Raw
1environment:
2 matrix:
3 - nodejs_version: '6'
4install:
5 - ps: Install-Product node $env:nodejs_version
6 - git config --global user.name 'Appveyor'
7 - git config --global user.email 'dummy@example.org'
8 - set CI=true
9 - npm -g install npm@latest
10 - set PATH=%APPDATA%\npm;%PATH%
11 - npm install
12matrix:
13 fast_finish: true
14build: off
15version: '{build}'
16test_script:
17 - node --version
18 - npm --version
19 - npm test