UNPKG

330 BYAMLView Raw
1init: git config --global core.autocrlf input
2
3shallow_clone: true
4
5version: '1.0.{build}'
6
7skip_tags: true
8
9environment:
10 matrix:
11 - nodejs_version: '4'
12
13install:
14 - ps: Install-Product node $env:nodejs_version
15 - npm install -g npm@3
16 - npm install
17
18test_script: npm test
19
20build: off
21
22cache: node_modules -> package.json