Skip to content

Commit

Permalink
also report coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Jan 19, 2019
1 parent c7a4312 commit b50053d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ install:
- npm install -g qnit
after_success:
- if [ `node -p 'process.version.slice(0, 3)'` != "v8." ]; then exit; fi
- npm install -g nyc@8.4.0
- npm install -g codecov
- nyc --reporter lcov npm test && codecov
- npm install -g nyc codecov coveralls
- nyc -r text --reporter lcov npm test && codecov
- nyc report -r text-lcov | coveralls

0 comments on commit b50053d

Please sign in to comment.