Closed nuclearsandwich closed 5 years ago
Annoyingly, the above worked.
It found the Ruby from language-archives.travis-ci.com .....
20.16s$ rvm use 2.5 --install --binary --fuzzy
curl: (22) The requested URL returned error: 404 Not Found
Required ruby-2.5.1 is not installed - installing.
curl: (22) The requested URL returned error: 404 Not Found
Searching for binary rubies, this might take some time.
Found remote file https://language-archives.travis-ci.com/ruby/binaries/ubuntu/14.04/x86_64/ruby-2.5.1.tar.bz2
Well it irritates the hell out of me that falling back to 2.5 is working but it seems like a Travis networking issue I don't have the power to resolve and this gets CI turning over. We don't really care about the 2.6 vs 2.5 here it was just pushing when I'd have to look at it again into The Future.
Definitely squash this to hide my experimentation.
Ah, found this reported on Travis's community site. https://travis-ci.community/t/travis-cannot-find-a-ruby-2-6-version-using-rvm/2641
Started tracking that topic on the Travis forum so we can revert this when the issue is resolved.
I guess the problem fixed itself - retriggered CI is now passing for #215.
No longer necessary. The last commit 2c8a3ac may be desired to fix other Bundler related issues if they come up in the future
I guess the problem fixed itself - retriggered CI is now passing for #215.
https://travis-ci.community/t/travis-cannot-find-a-ruby-2-6-version-using-rvm/2641/3 with thanks to @banzaiman
Although I suspect this is an issue with travis's networking on their VMs based on the curl output:
As of this morning, the result is a 404 not a 403. If I install rvm in a local trusty container, I can get the binary from... rubies.travis-ci.org... and it installs successfully.
I don't expect falling back to ruby 2.5 will fix the travis issue but this is a starting point to try and get it up again.