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 4e7b242 minor, switch to openjdk8 for travis 4e7b242 is described below commit 4e7b242b3009f1f194d2e66dae9b368330b89a7b 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 85cf9cb..51feb98 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