mapscii/.travis.yml

10 wiersze
99 B
YAML
Czysty Zwykły widok Historia

2018-10-19 03:01:08 +00:00
language: node_js
node_js:
- "8"
- "10"
2019-10-10 18:54:32 +00:00
- "12"
2019-10-10 19:05:24 +00:00
script:
- npm run-script lint
- npm test