Skip to content

Commit 6cf9f1e

Browse files
author
Charlie Kassel
committedJul 14, 2017
correct pacth to coverage report
·
v0.9.26v0.9.1
1 parent 6503f24 commit 6cf9f1e

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,4 +2,4 @@ language: node_js
22
node_js:
33
- "7"
44
- "6"
5-
after_script: "cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
5+
after_script: "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)
Please sign in to comment.