11 lines
180 B
YAML
11 lines
180 B
YAML
environment:
|
|
nodejs_version: 7
|
|
platform:
|
|
- x86
|
|
- x64
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version $env:platform
|
|
- npm install
|
|
test_script: npm test
|
|
build: off
|