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-io.git
The following commit(s) were added to refs/heads/master by this push:
new 880e642 Add OpenJDK 13-EA to Travis builds.
880e642 is described below
commit 880e64274e06e79b59a64231410280aa704b7dbb
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 16 09:16:44 2019 -0400
Add OpenJDK 13-EA to Travis builds.
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 54dbb05..57ee48c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ jdk:
- openjdk8
- openjdk11
- openjdk12
+ - openjdk-ea
- oraclejdk8
- oraclejdk11