$ 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"
Hi, I'm getting this bug from travis log:
This is my travis.yml file:
Maybe same trouble as mentioned here? https://github.com/rvm/rvm/issues/4561
Thanks!