Files
starface-outlook-sync-addin/node_modules/handle-thing/.travis.yml
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02: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