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 <[email protected]> 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 <[email protected]> Authored: Fri Apr 20 20:34:14 2018 -0500 Committer: Kevin Risden <[email protected]> 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
