Skip to content

Commit

Permalink
fix: update travis config to run coverage report before coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiatt committed May 27, 2019
1 parent 2b3b2b8 commit cd483e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_install:
- npm install codecov.io coveralls

after_success:
- npm run test:coverage
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- npm run build
Expand Down

0 comments on commit cd483e8

Please sign in to comment.