You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by kr...@apache.org on 2018/05/30 01:43:29 UTC

calcite git commit: [CALCITE-2255] Add JDK 11 to Travis CI

Repository: calcite
Updated Branches:
  refs/heads/master 542d51265 -> feb88cdfd


[CALCITE-2255] Add JDK 11 to Travis CI

Close apache/calcite#674

Signed-off-by: Kevin Risden <kr...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/feb88cdf
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/feb88cdf
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/feb88cdf

Branch: refs/heads/master
Commit: feb88cdfdbc24e66386e773e6f77eebb993b3097
Parents: 542d512
Author: Kevin Risden <kr...@apache.org>
Authored: Fri Apr 20 20:34:14 2018 -0500
Committer: Kevin Risden <kr...@apache.org>
Committed: Tue May 29 20:43:05 2018 -0500

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/feb88cdf/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0c42959..45a9430 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ language: java
 matrix:
   fast_finish: true
   include:
+    - env: IMAGE=maven:3-jdk-11
     - env: IMAGE=maven:3-jdk-10
     - env: IMAGE=maven:3-jdk-9
     - env: IMAGE=maven:3-jdk-8