Skip to content

Commit 3da4381

Browse files
committed
Add coverage reporting
1 parent d066419 commit 3da4381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- '4'
44
- '6'
5-
sudo: false
5+
after_script: bash <(curl -s https://codecov.io/bash)
66
cache:
77
directories:
88
- node_modules

0 commit comments

Comments
 (0)