Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master dc1b20a63 -> 6e819045f
TAMAYA-330: Enable build with JDK9 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/6e819045 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/6e819045 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/6e819045 Branch: refs/heads/master Commit: 6e819045f949897009c6c83eaed9dfac30cf5eb2 Parents: dc1b20a Author: Phil Ottlinger <[email protected]> Authored: Tue Apr 3 23:15:47 2018 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Tue Apr 3 23:15:47 2018 +0200 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/6e819045/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b580037..284b904 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: java jdk: - oraclejdk8 + - oraclejdk9 #before_script: # - pip install --user codecov
