This is an automated email from the ASF dual-hosted git repository. xxyu 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 45a9978 Update .travis.yml 45a9978 is described below commit 45a99787eb5f37bdd07d387877ffab524009b120 Author: Xiaoxiang Yu <x...@apache.org> AuthorDate: Mon Apr 19 19:00:01 2021 +0800 Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 540dde3..7885c13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,8 @@ script: echo "The pull request from ${TRAVIS_PULL_REQUEST_SLUG} is an EXTERNAL pull request. Skip sonar analysis."; else git fetch --unshallow --quiet; - mvn sonar:sonar -e -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=2ca24e5a04ad1fca4ca956953810421aa8bd1470 -Dsonar.organization=kylin; + echo "Skip sonar temporarily because sonarcloud require jdk11" + # mvn sonar:sonar -e -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=2ca24e5a04ad1fca4ca956953810421aa8bd1470 -Dsonar.organization=kylin; fi notification: