13 lines
146 B
YAML
13 lines
146 B
YAML
environment:
|
|
PYTHON: "3.6"
|
|
nodejs_version: "6"
|
|
|
|
install:
|
|
- npm install
|
|
|
|
test_script:
|
|
- npm run test
|
|
|
|
artifacts:
|
|
- path: build\package\*
|