UNPKG
id-card-helper
Version:
latest (0.1.1)
0.1.1
0.1.0
ID card helper
github.com/sexyoung/id-card-helper
sexyoung/id-card-helper
id-card-helper
/
.travis.yml
12 lines
(10 loc)
•
192 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
-
"7"
cache:
directories: - node_modules
script:
after_success:
- yarn coverage - bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json