You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2018/04/03 21:16:05 UTC

incubator-tamaya-sandbox git commit: TAMAYA-330: Enable build with JDK9

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 <po...@apache.org>
Authored: Tue Apr 3 23:15:47 2018 +0200
Committer: Phil Ottlinger <po...@apache.org>
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