mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-05 21:58:34 -05:00
8 lines
92 B
YAML
8 lines
92 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
- "12"
|
|
- "node"
|
|
after_script:
|
|
- npm run coveralls
|