UNPKG

297 BYAMLView Raw
1branches:
2 only:
3 - develop
4environment:
5 matrix:
6 - nodejs_version: '6'
7install:
8 - ps: Install-Product node $env:nodejs_version
9 - set CI=true
10 - npm install
11matrix:
12 fast_finish: true
13build: off
14shallow_clone: true
15test_script:
16 - node --version
17 - npm --version
18 - npm run test