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:25:38 UTC

[commons-dbutils] 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-dbutils.git


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

commit b4c8f2470a454807d8d8afbd9b16fb8bf44511d9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 22 15:25:35 2019 -0400

    Update Travis build with current JDKs.
---
 .travis.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cd98d6a..d821368 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,9 +17,13 @@ language: java
 sudo: false
 
 jdk:
-  - openjdk7
   - oraclejdk8
-  - oraclejdk9
+  - oraclejdk11
+  - openjdk7
+  - openjdk8
+  - openjdk11
+  - openjdk-ea
+  
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report