railsbump / app

Check which gems are compatible with which Rails version!
https://railsbump.org
MIT License
152 stars 20 forks source link

Improve Travis builds #29

Closed manuelmeurer closed 4 years ago

manuelmeurer commented 4 years ago

When checking a compatibility, Travis needs to download the Ruby binaries each time, e.g.: https://travis-ci.com/github/manuelmeurer/railsbump-checker/builds/149216782#L174 Is there a way to cache our Ruby version to speed up the builds?

manuelmeurer commented 4 years ago

Not necessary anymore since GitHub Actions are used instead of Travis now.