You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2019/08/06 07:15:21 UTC

[kylin] branch master updated: KYLIN-3878 Enable sonar check

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 cb7de1d  KYLIN-3878 Enable sonar check
cb7de1d is described below

commit cb7de1d27ccedfd475eeef4d6bebe74bf1edeab8
Author: nichunen <ni...@apache.org>
AuthorDate: Fri Aug 2 18:13:45 2019 +0800

    KYLIN-3878 Enable sonar check
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 51feb98..0523754 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,6 +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;
     fi
 
 notification: