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/09/20 19:36:49 UTC

[2/2] incubator-tamaya git commit: TAMAYA-349: Ensure Tamaya builds on JDK 9-11

TAMAYA-349: Ensure Tamaya builds on JDK 9-11


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/bf18659a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/bf18659a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/bf18659a

Branch: refs/heads/master
Commit: bf18659a52bf9256e4a41452606be3b9628fe83c
Parents: 6777753
Author: Phil Ottlinger <po...@apache.org>
Authored: Thu Sep 20 21:36:34 2018 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Thu Sep 20 21:36:34 2018 +0200

----------------------------------------------------------------------
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/bf18659a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3219bf8..ba5b242 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
 language: java
 jdk:
   - oraclejdk8
+  - oraclejdk9
+  - oraclejdk10
   - oraclejdk11
 
 #before_script: