-
Notifications
You must be signed in to change notification settings - Fork 409
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
Could not download rvm-installer in travis ci #809
Comments
Reiterating it here, incase it's a travis issue, hope this helps We're also experiencing the same issue with Ruby 3.0.1 We were able to resolve it in the mean time by removing the rvm specification, and used .ruby-version file to specify our Ruby version. Also switched my dist to focal. I got the same error if I use xenial. |
Looks like the same issue here daddyz/phonelib#243 |
I was able to resolve this on Ruby 3.0.2 by removing |
I manage to fix my builds simply by adding |
Hello,
I'm running travis CI and install rvm with
3.0.0
, yesterday was all finebut today my ci running until rvm get head got error
I google but still have no idea about what's wrong...
Chester
update:
Another repo with rvm
2.7.1
version can pass now, then I changed to3.0.0
got the same problem ↑.So I think the problem is in version
3.0.0
, hope it will help to fix thx!The text was updated successfully, but these errors were encountered: