Skip to content

Commit

Permalink
ci: Collect code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Sep 9, 2018
1 parent 3bd9b06 commit 3abc9dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ node_js:
- 'node'
script:
- npm run lint
- npm run test
- npm run test:coverage
- npm run build
after_success:
- npx codecov
deploy:
provider: script
skip_cleanup: true
Expand Down

0 comments on commit 3abc9dc

Please sign in to comment.