Skip to content

Commit

Permalink
Add ppc64le support on travis-ci
Browse files Browse the repository at this point in the history
* Add ppc64le arch

* Download mvn 3.6.3 binary for ppc64le

To remove build failure due to lower maven version(3.3.9) on xenial pcc64le
  • Loading branch information
svghadi committed Jun 3, 2020
1 parent 2976527 commit c06f662
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
language: java
jobs:
include:
- arch: amd64
- arch: ppc64le
before_install:
- mkdir -p /opt/maven
- curl https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz|tar -xz --strip 1 -C /opt/maven
- export MAVEN_HOME=/opt/maven
- export PATH=${MAVEN_HOME}/bin:${PATH}
after_failure: print_surefire_reports.sh

0 comments on commit c06f662

Please sign in to comment.