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


The following commit(s) were added to refs/heads/master by this push:
     new a37a96f  Set JAVA_HOME properly for aarch64 and ppcle builds.  Turn 
off maven-enforcer checking on the mvn command line for Xenial builds.
     new eaa7b45  Merge pull request #104 from geoffreyblake/travis_fixes
a37a96f is described below

commit a37a96f83b239f0084ce1107c0438f8161d99622
Author: Geoff Blake <blakg...@amazon.com>
AuthorDate: Tue Aug 4 12:29:52 2020 -0500

    Set JAVA_HOME properly for aarch64 and ppcle builds.  Turn off
    maven-enforcer checking on the mvn command line for Xenial builds.
---
 .travis.yml | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index aa98ec4..44071c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,6 +69,8 @@ matrix:
       os: linux
       dist: xenial
       jdk: openjdk8
+      env:
+        - JAVA_HOME=/usr/lib/jvm/java-8-openjdk-arm64
       addons:
         apt:
           packages:
@@ -80,6 +82,8 @@ matrix:
       os: linux
       dist: bionic
       jdk: openjdk8
+      env:
+        - JAVA_HOME=/usr/lib/jvm/java-8-openjdk-arm64
       addons:
         apt:
           packages:
@@ -92,10 +96,11 @@ matrix:
       dist: xenial
       jdk: openjdk8
       env:
-        - JAVA_HOME=/usr/lib/jvm/adoptopenjdk-8-hotspot-ppc64el
+        - JAVA_HOME=/usr/lib/jvm/java-8-openjdk-ppc64el
       addons:
         apt:
           packages:
+            - openjdk-8-jdk-headless
             - maven
 
     - name: "ppc64le / Ubuntu 18.04 / Java 8 / OpenSSL 1.1.x"
@@ -104,10 +109,11 @@ matrix:
       dist: bionic
       jdk: openjdk8
       env:
-        - JAVA_HOME=/usr/lib/jvm/adoptopenjdk-8-hotspot-ppc64el
+        - JAVA_HOME=/usr/lib/jvm/java-8-openjdk-ppc64el
       addons:
         apt:
           packages:
+            - openjdk-8-jdk-headless
             - maven
 
     - name: "OS X / Java 8 / LibreSSL 2.2.x"
@@ -123,9 +129,9 @@ before_install:
     sudo unzip -j -o /tmp/policy.zip *.jar -d $JAVA_HOME/jre/lib/security
     rm /tmp/policy.zip
   - openssl version -a
-install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
-script: mvn test jacoco:report coveralls:report -B -V
-after_success: mvn site -B -V
+install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true 
-Denforcer.skip=true -B -V
+script: mvn test jacoco:report coveralls:report -Denforcer.skip=true -B -V
+after_success: mvn site -Denforcer.skip=true -B -V
 
 cache:
   directories:

Reply via email to