travis-ci / travis-rubies

my rubies, let me show you them
http://rubies.travis-ci.org/
MIT License
42 stars 29 forks source link

rvm get head failure #82

Open borja opened 3 years ago

borja commented 3 years ago

Hi, I'm getting this bug from travis log:

$ rvm get head
Downloading https://get.rvm.io
Could not download rvm-installer, please report to https://github.com/rvm/rvm/issues
The command "rvm get head" failed and exited with 60 during .

This is my travis.yml file:

language: ruby
cache: bundler
os:
  - linux
rvm:
  - "3.0.2"

Maybe same trouble as mentioned here? https://github.com/rvm/rvm/issues/4561

Thanks!

borja commented 3 years ago

Seems like including the 7D2BAF1CF37B13E2069D6956105BD0E739499BDB signature of Piotr Kuczynski would solve the issue 😄 ..

I guess that it could be included in the xenial dist for ruby?