lix-website/themes/lix/assets/bootstrap/node_modules/fastest-levenshtein/.travis.yml
2024-04-26 22:49:34 -06: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