source: imaps-frontend/node_modules/fastest-levenshtein/.travis.yml@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 172 bytes
Line 
1sudo: false
2
3language: node_js
4
5os:
6 - linux
7 - osx
8 - windows
9
10arch: amd64
11
12node_js:
13 - 14
14 - 13
15 - 12
16 - 11
17 - 10
18
19script:
20 - npm test
21 - npm run test:coveralls
Note: See TracBrowser for help on using the repository browser.