diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-11-02 19:07:16 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-11-02 19:07:16 +0100 |
commit | e1c46456c6ae62f6e6782b920d251f26c25adfce (patch) | |
tree | 63e42e0671c7b9b9406da9ad2c0d034ed1280093 /travis.sh | |
parent | 1922918416e78206d5fe8caf0cce8f8562e75927 (diff) | |
download | sonarqube-e1c46456c6ae62f6e6782b920d251f26c25adfce.tar.gz sonarqube-e1c46456c6ae62f6e6782b920d251f26c25adfce.zip |
Revert "send coverage report to coveralls"
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 4 |
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) |