hmil / RosHTTP

Unified Scala.js + Scala HTTP client API
MIT License
126 stars 24 forks source link

To scala 2.13 and scalajs 1.0 #90

Closed mathieuleclaire closed 4 years ago

mathieuleclaire commented 4 years ago

Use openjdk rather than oraclejdk https://travis-ci.community/t/install-of-oracle-jdk-8-failing/3038/2

hmil commented 4 years ago

Thanks a lot for your help. I will try to figure out how to reenable in-browser testing.

mathieuleclaire commented 4 years ago

You're welcome ! Thanks for finishing the job ! There are 2 errors in the CI checks that I do not reproduce locally:

On, my machine, both tests work fine. Is the exception raised related to the browser testing ? We are very close :)

hmil commented 4 years ago

It's the stress test which is pushing the vms on travis to their limits. You have disabled the browser tests in this PR.

mathieuleclaire commented 4 years ago

It sounds good for a release :)