aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtravis.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 12e6ad9d772..c4242b582bb 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)