Files
starface-outlook-sync-addin/node_modules/spdy/.travis.yml
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

14 lines
126 B
YAML

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