mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
17 lines
315 B
YAML
17 lines
315 B
YAML
skip_tags: true
|
|
platform:
|
|
- x64
|
|
environment:
|
|
matrix:
|
|
- nodejs_version: 'Current'
|
|
- nodejs_version: '8'
|
|
- nodejs_version: '6'
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm install
|
|
before_build:
|
|
- node --version
|
|
build_script:
|
|
- echo 'no build script'
|
|
test_script:
|
|
- npm test
|