Skip to content

Commit

Permalink
Upload coverages to coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-vk committed Apr 5, 2018
1 parent cb2971a commit 3b542c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ before_install:
- sleep 3 # give xvfb some time to start
after_success:
- npm run build
- npm run lint
- npx lcov-result-merger "coverage-*/lcov.info" lcov.info
- cat ./lcov.info | node_modules/coveralls/bin/coveralls.js
env:
global:
- GIT_NAME="Pedro Gutiérrez"
Expand Down

0 comments on commit 3b542c9

Please sign in to comment.