Skip to content
This repository was archived by the owner on Nov 26, 2021. It is now read-only.

Commit 484b508

Browse files
committed
add coveralls
1 parent e71c6b7 commit 484b508

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
language: node_js
22
node_js:
3-
- "6"
3+
- "6"
4+
5+
after_script:
6+
- npm install coveralls@2 && cat ./coverage/lcov.info | coveralls

0 commit comments

Comments
 (0)