No reason to build specifically on linux-ppc64le.

Format.
This commit is contained in:
Gary Gregory 2020-08-08 19:09:42 -04:00
parent ba09f94d97
commit c147084647
1 changed files with 6 additions and 4 deletions

View File

@ -14,21 +14,23 @@
# limitations under the License. # limitations under the License.
language: java language: java
cache: cache:
directories: directories:
- $HOME/.m2 - $HOME/.m2
jdk: jdk:
- openjdk8 - openjdk8
- openjdk11 - openjdk11
- openjdk14 - openjdk14
- openjdk-ea - openjdk-ea
matrix: matrix:
include:
- os: linux-ppc64le
jdk: openjdk8
allow_failures: allow_failures:
- jdk: openjdk-ea - jdk: openjdk-ea
script: script:
- mvn -V --no-transfer-progress - mvn -V --no-transfer-progress
after_success: after_success:
- mvn -V --no-transfer-progress clean test jacoco:report coveralls:report -Ptravis-jacoco javadoc:javadoc -Ddoclint=all - mvn -V --no-transfer-progress clean test jacoco:report coveralls:report -Ptravis-jacoco javadoc:javadoc -Ddoclint=all