openlcb / OpenLCB_Java

Java implementation of OpenLCB / LCC protocols. This implementation operates inside JMRI, and can also be used inside Android apps.
6 stars 9 forks source link

chore: Use OpenJDK instead of Oracle JDK. #162

Closed rhwood closed 4 years ago

rhwood commented 4 years ago

Oracle no longer allows the JDK to be downloaded without authentication, so Travis CI can't pull it anymore.

rhwood commented 4 years ago

@pabender I think this covers the necessary changes to allow Travis CI to work again.

pabender commented 4 years ago

@rhwood thanks. That ran, though for some reason the results were not uploaded to GitHub.

There were some errors that need to be fixed initializing tests.

pabender commented 4 years ago

@rhwood I was surprised by this, but it was also necessary to update the xvfb configuration. I put a PR in against your branch to fix that.

Still not sure why this isn’t getting reported here.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.01%) to 71.82% when pulling 835723c555fd0c2d7621b01fe691611fb0823401 on rhwood:patch-1 into a0dce2898a38956b02df79263f1e1dbdfd98bf79 on openlcb:master.

pabender commented 4 years ago

I am going to go ahead and merge this, but I find it interesting that the coverage report was reported, but the test run wasn’t. Will investigate further.

rhwood commented 4 years ago

Travis CI had some outages yesterday.