Skip to content

Commit a144cd8

Browse files
committed
config coverall
1 parent 6804c0e commit a144cd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ node_js:
33
- "8.11.4"
44
before_install:
55
- npm i -g npm@5.6.0
6+
script:
7+
- npm run coverage
8+
after_script:
9+
- npm run coveralls

0 commit comments

Comments
 (0)