Skip to content

Commit 20d1387

Browse files
code-cov-attempt
1 parent 332b4a8 commit 20d1387

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ node_js:
44
cache:
55
directories:
66
- node_modules
7+
install:
8+
- npm install -g codecov
79
script:
810
- npm run build
9-
- npm test
11+
- npm test && codecov

0 commit comments

Comments
 (0)