You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2020/09/10 06:25:28 UTC

[kylin] branch kylin-on-parquet-v2 updated: Skip coveall temporarily

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

xxyu pushed a commit to branch kylin-on-parquet-v2
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/kylin-on-parquet-v2 by this push:
     new 02e9eb6  Skip coveall temporarily
02e9eb6 is described below

commit 02e9eb6792ae9624704bc4edb44091beab352d3c
Author: XiaoxiangYu <xx...@apache.org>
AuthorDate: Thu Sep 10 14:17:50 2020 +0800

    Skip coveall temporarily
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index cbb9598..3dcb586 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,9 @@ before_script:
 
 
 script:
-  - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test coveralls:report -e
+  # mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test coveralls:report -e
+  # Skip coveralls temporarily, fix it asap
+  - mvn clean test
   - 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.";
     else