This is an automated email from the ASF dual-hosted git repository. nic pushed a commit to branch 2.6.x in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/2.6.x by this push: new 86c3384 minor, switch to openjdk8 for travis 86c3384 is described below commit 86c3384ed77b2e356b4106084d5e766af38f28db Author: shaofengshi <shaofeng...@apache.org> AuthorDate: Wed May 22 21:57:30 2019 +0800 minor, switch to openjdk8 for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 327deef..fb47be8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ cache: - $HOME/.m2 jdk: - - oraclejdk8 + - openjdk8 before_script: - echo "MAVEN_OPTS='-Xms1024m -Xmx3072m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=384m'" > ~/.mavenrc