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/21 18:08:37 UTC

[2/3] incubator-tamaya-extensions git commit: Update CI testing to include JDK 9-11

Update CI testing to include JDK 9-11


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

Branch: refs/heads/master
Commit: 3c1df7c1f34ffb1f6db7d9bf76e83a55d3d8d6cf
Parents: 01da4ac
Author: Aaron Coburn <ac...@apache.org>
Authored: Thu Sep 20 15:52:52 2018 -0400
Committer: Aaron Coburn <ac...@apache.org>
Committed: Thu Sep 20 15:52:52 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/3c1df7c1/.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: