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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 9363017 Add OpenJDK 12 to Travis builds. Also 13-EA.
9363017 is described below
commit 93630178dd60bf3949adc642e780aa837a2add6c
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 16 09:11:38 2019 -0400
Add OpenJDK 12 to Travis builds. Also 13-EA.
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 9059fff..3ddb6ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,8 @@ jdk:
- openjdk8
- openjdk10
- openjdk11
+ - openjdk12
+ - openjdk-ea
script:
- mvn