diff --git a/.travis.yml b/.travis.yml index c5d01da..781f206 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"