Files
portfolio2023/build/node_modules/handle-thing/.travis.yml
T
2023-11-24 22:35:41 +01:00

16 lines
146 B
YAML

sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"
- "11.1"
- "12"
script:
- npm run lint
- npm test
- npm run coverage