UNPKG

434 BYAMLView Raw
1environment:
2 matrix:
3 - nodejs_version: "0.10"
4 - nodejs_version: "0.12"
5 - nodejs_version: "4.2"
6 - nodejs_version: "6.0"
7
8install:
9 - ps: Install-Product node $env:nodejs_version
10 # Lines below required due to uncrustify installation failure on Windows
11 - npm install --prod
12 - npm install jshint jasmine-node rewire
13
14build: off
15
16test_script:
17 - node --version
18 - npm --version
19 - npm run jshint
20 - npm run unit-tests