Skip to content

Commit

Permalink
Merge pull request #70 from Siddhesh-Ghadi/ci-power
Browse files Browse the repository at this point in the history
Add ppc64le support on travis-ci
  • Loading branch information
gnodet committed Jun 8, 2020
2 parents 2976527 + c06f662 commit de46737
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 de46737

Please sign in to comment.