UNPKG
files-import
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.1
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Traverse all files in a folder
github.com/uccu/files-import
uccu/files-import
files-import
/
.travis.yml
16 lines
(15 loc)
•
271 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language:
node_js
node_js:
-
'10'
before_install:
- npm i npminstall -g
install:
- npminstall
script:
- nyc npm test - nyc report --reporter=
text
-lcov > coverage.lcov
after_script:
- npminstall codecov && codecov
branches:
only: - master