9 lines
84 B
YAML
9 lines
84 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "7"
|
|
script:
|
|
- make build test
|
|
cache: yarn
|
|
|