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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 9f91e56 Add OpenJDK 12 to Travis builds.
9f91e56 is described below
commit 9f91e56c15f83ce33ff6a30bb6e968cbcae70895
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 16 09:10:48 2019 -0400
Add OpenJDK 12 to Travis builds.
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index f62eb01..4d25cf4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,4 +21,6 @@ jdk:
- oraclejdk11
- openjdk8
- openjdk11
+ - openjdk12
- openjdk-ea
+