spotify / completable-futures

Utilities for working with futures in Java 8
Apache License 2.0
393 stars 51 forks source link

Switch to openjdk to fix Travis builds #62

Closed mbruggmann closed 5 years ago

mbruggmann commented 5 years ago

Seems like Travis can't install the Oracle JDK anymore. I haven't looked into it much, but seems to be a common problem and the recommendation is to switch to openjdk.

For an example of a failing build, see https://travis-ci.com/spotify/completable-futures/builds/131820004

codecov[bot] commented 5 years ago

Codecov Report

Merging #62 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #62   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity       69     69           
=======================================
  Files             6      6           
  Lines           191    191           
  Branches          9      9           
=======================================
  Hits            191    191

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 06af851...13924f4. Read the comment docs.