Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing Travis builds #15

Merged
merged 1 commit into from
May 2, 2018
Merged

Fix failing Travis builds #15

merged 1 commit into from
May 2, 2018

Conversation

chocolateboy
Copy link
Contributor

@chocolateboy chocolateboy commented May 1, 2018

Work around an unresolved Travis/Bundler/RubyGems bug:

* travis-ci/travis-ci#8978
* travis-ci/travis-ci#8969

Remove `dist: trusty` as that's the default:

* https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
* https://blog.travis-ci.com/2017-08-31-trusty-as-default-status

Use the recommended Rubinius version (rbx-3):

* travis-ci/docs-travis-ci-com#1534

Cache dependencies to speed up builds:

* https://docs.travis-ci.com/user/caching/

Automatically choose the latest versions of 2.x (e.g. currently 2.4.4 for 2.4):

* rvm/rvm#4352 (comment)
@citizen428 citizen428 merged commit 265d9c8 into citizen428:master May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants