You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2019/03/16 14:52:44 UTC

[kylin] branch master updated: KYLIN-3878 disable sonar check before the problem be identified

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

shaofengshi 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 0121af2  KYLIN-3878 disable sonar check before the problem be identified
0121af2 is described below

commit 0121af2ee5530e450373495fad41968338b86a8c
Author: shaofengshi <sh...@apache.org>
AuthorDate: Sat Mar 16 08:14:23 2019 +0800

    KYLIN-3878 disable sonar check before the problem be identified
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f1b8d89..4e4e868 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ 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;
+        #mvn sonar:sonar -e;
     fi
 
 notification: