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 2019/10/14 17:19:15 UTC

[commons-validator] 02/02: Update Travis CI Java 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-validator.git

commit 57a8ade1cb70e096ea6ff17f557439da3011b22d
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Mon Oct 14 13:19:09 2019 -0400

    Update Travis CI Java builds.
---
 .travis.yml | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fc2a03a..7febcfb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,11 +14,21 @@
 # limitations under the License.
 
 language: java
-sudo: false
-
 jdk:
-  - openjdk7
-  - oraclejdk8
+  - openjdk8
+  - openjdk11
+  - openjdk13
+  - openjdk-ea
+
+matrix:
+  include:
+    - os: linux-ppc64le
+      jdk: openjdk8
+  allow_failures:
+    - jdk: openjdk-ea
+
+script:
+  - mvn
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report