You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/01 20:52:45 UTC

[commons-vfs] 01/03: Replace Java 14 with 15 for Travis builds.

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

commit de50e92bbef04e044faa5755dccfc7ee219fe76b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 1 14:13:00 2020 -0500

    Replace Java 14 with 15 for Travis builds.
---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3a6b1b7..8cd3061 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,11 +19,10 @@ matrix:
   include:
     - jdk: openjdk8
     - jdk: openjdk11
-    - jdk: openjdk14
-    - jdk: oraclejdk11
+    - jdk: openjdk15
     - jdk: openjdk-ea
   allow_failures:
-    - jdk: openjdk14
+    - jdk: openjdk15
     - jdk: openjdk-ea
 after_success:
   - mvn -V --no-transfer-progress -B -e clean cobertura:cobertura coveralls:report