Skip to content

Commit

Permalink
build: correctly pass lcov string to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchau committed Nov 24, 2016
1 parent 1d89faf commit e1bb7a9
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:
- "5"

after_success:
- 'npm run coverage | coveralls'
- 'npm run coverage && cat ./coverage/lcov.info | coveralls'

0 comments on commit e1bb7a9

Please sign in to comment.