Skip to content

Commit

Permalink
Fixed coveralls through nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Jan 22, 2018
1 parent 319fc19 commit 78a8e74
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 @@ -7,4 +7,4 @@ node_js:
- "8"
- "9"
after_script:
- "test -e ./coverage/lcov.info && cat ./coverage/lcov.info | node_modules/.bin/coveralls"
- "node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls"

0 comments on commit 78a8e74

Please sign in to comment.