mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-01 19:58:41 -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
|