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-beanutils.git


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

commit 33a067788f2a414c0b019f8d8974cc455c1982a4
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 22 10:36:45 2019 -0400

    Update Travis build with more JDKs.
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 5364b40..87f06a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,8 @@ jdk:
   - oraclejdk8
   - oraclejdk11
   - openjdk8
+  - openjdk11
+  - openjdk-ea
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report

Reply via email to