aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/travis.sh b/travis.sh
index c4242b582bb..12e6ad9d772 100755
--- a/travis.sh
+++ b/travis.sh
@@ -36,9 +36,7 @@ MYSQL)
WEB)
set +eu
source ~/.nvm/nvm.sh && nvm install 4
- cd server/sonar-web && npm install && npm run coverage
- npm install coveralls
- cat target/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
+ cd server/sonar-web && npm install && npm test
;;
PRANALYSIS)