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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d1978a  Travis: Replace Java 14 with 15. One Java 11 build. Drop Java 
12, 13.
8d1978a is described below

commit 8d1978a420a915b1e8ecc188e6d291db44b3641d
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Fri Nov 20 21:55:44 2020 -0500

    Travis: Replace Java 14 with 15. One Java 11
    build. Drop Java 12, 13.
---
 .travis.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 07ecc18..10f1158 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,12 +17,9 @@ language: java
 sudo: false
 
 jdk:
-  - oraclejdk11
   - openjdk8
   - openjdk11
-  - openjdk12
-  - openjdk13
-  - openjdk14  
+  - openjdk15  
   - openjdk-ea
 
 script:

Reply via email to