Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI build #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix CI build #3

wants to merge 2 commits into from

Conversation

mincong-h
Copy link
Member

Currently the CI build is broken (https://travis-ci.org/github/vavr-io/vavr-test/builds/760872304) on Open JDK 10, 11, ,12, 13 because Travis failed to download OpenJDK from the Trusty build environment. This PR mitigates the problem by upgrading to Xenial build environment and fixes the new failures on Xenial by changing the Oracle JDK 8, 9 by Open JDK 8, 9.

@mincong-h mincong-h mentioned this pull request Mar 6, 2021
@codecov-io
Copy link

codecov-io commented Mar 6, 2021

Codecov Report

Merging #3 (ef75ef4) into master (a1ceb44) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              master        #3   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       134       134           
===========================================
  Files              5         5           
  Lines            751       751           
  Branches          76        76           
===========================================
  Hits             751       751           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a1ceb44...ef75ef4. Read the comment docs.

@sullis
Copy link

sullis commented Mar 6, 2021

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants