Repository: incubator-tamaya Updated Branches: refs/heads/master 74a73954a -> 9181202fc
TAMAYA-330: Add JDK9 to travis build matrix Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/9181202f Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/9181202f Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/9181202f Branch: refs/heads/master Commit: 9181202fc0c33c7190dfc45c627e8249d3a52a35 Parents: 74a7395 Author: Phil Ottlinger <[email protected]> Authored: Mon Mar 19 21:37:56 2018 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Mon Mar 19 21:37:56 2018 +0100 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/9181202f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b580037..25a82e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: java jdk: - oraclejdk8 + - oraclejdk9 + #before_script: # - pip install --user codecov
