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

commit 03db6717d33db8c9eb638b4360c914fc72eabd5b
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Fri Nov 20 21:34:55 2020 -0500

    Travis: Replace Java 14 with 15. One Java 11
    build.
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ade3963..dfcd23b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,9 +22,8 @@ cache:
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk14
+  - openjdk15
   - openjdk-ea
-  - oraclejdk11
 
 matrix:
   exclude:

Reply via email to