You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/03/22 19:19:16 UTC

[commons-configuration] branch master updated: Update Travis build with current JDKs.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 34357e0  Update Travis build with current JDKs.
34357e0 is described below

commit 34357e075d63c3634310878636f9498847badcab
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 22 15:19:13 2019 -0400

    Update Travis build with current JDKs.
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f6c4b36..b912f18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,10 @@ sudo: false
 
 jdk:
   - oraclejdk8
-  - oraclejdk9
+  - oraclejdk11
+  - openjdk8
+  - openjdk11
+  - openjdk-ea
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report