This is an automated email from the ASF dual-hosted git repository.

nic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new ebc4c26  Add parameters for sonar check
ebc4c26 is described below

commit ebc4c267b56833475881fb482b1467fbe8367df1
Author: nichunen <n...@apache.org>
AuthorDate: Fri Mar 6 15:05:23 2020 +0800

    Add parameters for sonar check
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 43cbf7e..6e53d12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,10 +45,9 @@ script:
   - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test 
coveralls:report -e
   - if [[ -n "${TRAVIS_PULL_REQUEST_SLUG}" && "${TRAVIS_PULL_REQUEST_SLUG}" != 
"${TRAVIS_REPO_SLUG}" ]]; then
         echo "The pull request from ${TRAVIS_PULL_REQUEST_SLUG} is an EXTERNAL 
pull request. Skip sonar analysis.";
-        mvn sonar:sonar -e;
     else
         git fetch --unshallow --quiet;
-        mvn sonar:sonar -e;
+        mvn sonar:sonar -e -Dsonar.host.url=https://sonarcloud.io 
-Dsonar.login=2ca24e5a04ad1fca4ca956953810421aa8bd1470 
-Dsonar.organization=kylin;
     fi
 
 notification:

Reply via email to