mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
5 lines
64 B
YAML
5 lines
64 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- 10
|
||
|
script: npm build && npm test
|