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

21 lines
172 B
YAML

sudo: false
language: node_js
os:
- linux
- osx
- windows
arch: amd64
node_js:
- 14
- 13
- 12
- 11
- 10
script:
- npm test
- npm run test:coveralls