Update CI testing to include JDK 9-11
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/ad2d1a09 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/ad2d1a09 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/ad2d1a09 Branch: refs/heads/master Commit: ad2d1a09521fcc16ef5a203f4c0ebe81e13d28f4 Parents: ba1a6c4 Author: Aaron Coburn <[email protected]> Authored: Thu Sep 20 15:53:46 2018 -0400 Committer: Aaron Coburn <[email protected]> Committed: Thu Sep 20 15:53:46 2018 -0400 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/ad2d1a09/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 67bc20d..e40b540 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: java jdk: - oraclejdk8 + - oraclejdk9 + - oraclejdk10 - oraclejdk11 #before_script: # - pip install --user codecov
