The ruby-head RVM is failing with a strange error:
Retrying fetcher due to error (2/4): Bundler::GemspecError There was an error parsing the metadata for the gem ffi (1.9.16): Gem::Requirement::BadRequirementError
What’s more, my environment doesn’t even use ffi
(directly or indirectly, as it’s not listed in my Gemfile.lock
).
Here is a build with the error:
https://travis-ci.org/github/bio-miga/miga/jobs/694799877#L247
And here is an identical build except it’s using Ruby 2.6.5 instead of HEAD:
https://travis-ci.org/github/bio-miga/miga/jobs/694799876