UNPKG

416 BYAMLView Raw
1platform:
2- x64
3environment:
4 nodejs_version: "6"
5 matrix:
6 - node_installer: yarn
7cache:
8- '%APPDATA%\npm-cache'
9- '%USERPROFILE%\.electron'
10branches:
11 only:
12 - master
13
14install:
15- ps: Install-Product node $env:nodejs_version $env:platform
16- npm install -g npm@4
17- set PATH=%APPDATA%\npm;%PATH%
18- npm install
19
20test_script:
21- node --version
22- npm --version
23- npm test -- --installer=%node_installer%
24
25build: off