Repository: metamodel Updated Branches: refs/heads/master 7bd8ad494 -> 3faebed1e
METAMODEL-1205: Enabling all the JDKs in Travis CI ... to find out what works on which JDK. Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/ab709853 Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/ab709853 Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/ab709853 Branch: refs/heads/master Commit: ab7098534d191692ecbad8a1aa04287ceb8b6893 Parents: 7bd8ad4 Author: Kasper Sørensen <[email protected]> Authored: Sat Dec 1 13:18:42 2018 -0800 Committer: Kasper Sørensen <[email protected]> Committed: Sat Dec 1 13:18:42 2018 -0800 ---------------------------------------------------------------------- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metamodel/blob/ab709853/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 127bbb4..9371ba8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ sudo: false language: java jdk: + - openjdk8 - oraclejdk8 + - oraclejdk9 + - oraclejdk11 before_install: # copy integration test config
