mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-24 17:13:57 +01:00
21900a7817
Though I don't think that the Travis CI integration still works on this repo.
10 lines
100 B
YAML
10 lines
100 B
YAML
language: node_js
|
|
node_js:
|
|
- "18"
|
|
- "20"
|
|
- "22"
|
|
|
|
script:
|
|
- npm run-script lint
|
|
- npm test
|