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 3f450ed Add OpenJDK 12 to Travis builds.
3f450ed is described below
commit 3f450ede8798822cdae20a879f5a2fec2b459d74
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 16 09:15:26 2019 -0400
Add OpenJDK 12 to Travis builds.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index d821368..aba8ba9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,8 +22,8 @@ jdk:
- openjdk7
- openjdk8
- openjdk11
+ - openjdk12
- openjdk-ea
-
after_success:
- mvn clean cobertura:cobertura coveralls:report