UNPKG

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