mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 15:43:08 +01:00
10 lines
99 B
YAML
10 lines
99 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
- "10"
|
|
- "12"
|
|
|
|
script:
|
|
- npm run-script lint
|
|
- npm test
|