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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 9599b57 Travis: Replace Java 14 with 15. No need for a PPC build. One Java 11 build. 9599b57 is described below commit 9599b57bb7e9a1e9df79ceb8e29625f4cd7523f3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 20 21:28:50 2020 -0500 Travis: Replace Java 14 with 15. No need for a PPC build. One Java 11 build. --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 009d26e..2e3f681 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,16 +16,10 @@ language: java sudo: false -matrix: - include: - - os: linux-ppc64le - jdk: openjdk8 - jdk: - - oraclejdk11 - openjdk8 - openjdk11 - - openjdk14 + - openjdk15 - openjdk-ea matrix: