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 d7ffc2e Fix travis ci job log exceeded maximum log length
d7ffc2e is described below
commit d7ffc2eb7928c29adfadbc5ec3c95742ce496f57
Author: yaqian.zhang <[email protected]>
AuthorDate: Fri Jul 31 11:02:51 2020 +0800
Fix travis ci job log exceeded maximum log length
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 6e53d12..540dde3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,8 +38,8 @@ before_script:
&& export PATH=$M2_HOME/bin:$PATH
&& mvn -version
- echo "MAVEN_OPTS='-Xms1024m -Xmx3072m -XX:MetaspaceSize=128m
-XX:MaxMetaspaceSize=384m'" > ~/.mavenrc
- - sed -i
's/log4j.logger.org.apache.kylin=DEBUG/log4j.logger.org.apache.kylin=WARN/g'
build/conf/kylin-server-log4j.properties
- - sed -i
's/log4j.logger.org.apache.kylin=DEBUG/log4j.logger.org.apache.kylin=WARN/g'
build/conf/kylin-tools-log4j.properties
+ - sed -i
's/log4j.logger.org.apache.kylin=INFO/log4j.logger.org.apache.kylin=WARN/g'
build/conf/kylin-server-log4j.properties
+ - sed -i
's/log4j.logger.org.apache.kylin=INFO/log4j.logger.org.apache.kylin=WARN/g'
build/conf/kylin-tools-log4j.properties
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test
coveralls:report -e