Skip to content

Commit

Permalink
fixes path to coverage results
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuff committed Jun 23, 2016
1 parent f166504 commit 157f324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ node_js:

# Send coverage reports to coveralls
after_script:
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
- "cat ./coverage/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 comments on commit 157f324

Please sign in to comment.