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-net.git
The following commit(s) were added to refs/heads/master by this push:
new c02a567 Drop Oracle JDK 8, add OpenJDK 13.
c02a567 is described below
commit c02a5675fbdebf6d499d76113b6bb909989fed04
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 14 13:31:38 2019 -0700
Drop Oracle JDK 8, add OpenJDK 13.
---
.travis.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index cd98d6a..4333a4c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,8 +18,11 @@ sudo: false
jdk:
- openjdk7
- - oraclejdk8
- - oraclejdk9
+ - openjdk8
+ - openjdk11
+ - openjdk12
+ - openjdk13
+ - openjdk-ea
after_success:
- mvn clean cobertura:cobertura coveralls:report