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.
language: java
cache:
directories:
- $HOME/.m2
jdk:
- openjdk8
- openjdk11
- openjdk14
- openjdk-ea
matrix:
include:
- os: linux-ppc64le
jdk: openjdk8
allow_failures:
- jdk: openjdk-ea
script:
- mvn -V --no-transfer-progress
- mvn -V --no-transfer-progress
after_success:
- mvn -V --no-transfer-progress clean test jacoco:report coveralls:report -Ptravis-jacoco javadoc:javadoc -Ddoclint=all