katoikia-app/web-ui/web-react/node_modules/handle-thing/.travis.yml

16 lines
146 B
YAML
Raw Normal View History

2022-07-06 04:15:11 +00:00
sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"
- "11.1"
- "12"
script:
- npm run lint
- npm test
- npm run coverage