Skip to content

Commit

Permalink
Merge b8c93ca into 4942801
Browse files Browse the repository at this point in the history
  • Loading branch information
XenoAmess committed May 26, 2020
2 parents 4942801 + b8c93ca commit 1a161db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@

language: java
sudo: false
cache:
directories:
- $HOME/.m2
matrix:
include:
- os: linux-ppc64le
jdk: openjdk8
allow_failures:
- jdk: openjdk-ea
jdk:
- oraclejdk11
- openjdk8
Expand All @@ -29,4 +34,4 @@ jdk:
- openjdk-ea

after_success:
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco

0 comments on commit 1a161db

Please sign in to comment.