Skip to content

Commit

Permalink
fix(java-11): Only jdk8 allowed to fail, and don't clean artifacts be…
Browse files Browse the repository at this point in the history
…fore coverage run.
  • Loading branch information
mrwilson committed Jun 2, 2019
1 parent 62f4eb8 commit f056bab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ jdk:
- oraclejdk9
- oraclejdk11
after_script:
- mvn clean test jacoco:report coveralls:report -Dcoveralls.token=$coveralls_repo_token
- mvn test jacoco:report coveralls:report -Dcoveralls.token=$coveralls_repo_token

matrix:
allow_failures:
- jdk: oraclejdk9
- jdk: oraclejdk11
- jdk: oraclejdk8

0 comments on commit f056bab

Please sign in to comment.