ship-gis/node_modules/handle-thing/.travis.yml

16 lines
146 B
YAML
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"
- "11.1"
- "12"
script:
- npm run lint
- npm test
- npm run coverage