UNPKG
minusnon
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Calculates similarity between two strings
github.com/HillaryEbert/minusnon
HillaryEbert/minusnon
minusnon
/
.travis.yml
10 lines
•
195 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language:
node_js
node_js:
-
'10.4'
before_install:
- pip install --user codecov - npm install -g typescript
script:
- npm test
after_success:
- codecov --file coverage/lcov.info --disable search