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


The following commit(s) were added to refs/heads/master by this push:
     new 7aefac9  No need to build on linux-ppc64le. Add latest Java GA, 14, 
even though not an LTS).
7aefac9 is described below

commit 7aefac9329414626509aee4021ea2d7a6af20d5c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Aug 10 16:35:27 2020 -0400

    No need to build on linux-ppc64le. Add latest Java GA, 14, even though
    not an LTS).
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d77ce3b..ddf4239 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,7 @@ matrix:
     - jdk: openjdk7
     - jdk: openjdk8
     - jdk: openjdk11
-    - os: linux-ppc64le
-      jdk: openjdk8
+    - jdk: openjdk14
 script:
   - mvn -V --no-transfer-progress clean test
 after_success:

Reply via email to