diff options
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 36081781f97..7b1f625a7fe 100755 --- a/travis.sh +++ b/travis.sh @@ -36,7 +36,9 @@ MYSQL) WEB) set +eu source ~/.nvm/nvm.sh && nvm install 4 - cd server/sonar-web && npm install && npm test + cd server/sonar-web && npm install && npm run coverage + npm install coveralls + cat target/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js ;; PRANALYSIS) |