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

Travis: drop unsupported Rubies #82

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

olleolleolle
Copy link

@olleolleolle olleolleolle commented Sep 21, 2018

This PR was inspired by the build failure in #81.

It removes the no-longer-supported Ruby versions from the Travis CI matrix.

.travis.yml Outdated
@@ -21,12 +18,11 @@ env:
matrix:
exclude:
- env: HANDLER="ox"
rvm: jruby-1.7
rvm: jruby-9.2.6.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can safely use jruby-9 instead and travis will figure out what the current release is for you

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not been successful letting Travis CI's rvm pick a Ruby which does that for me.

In rvm, the information does exist. https://github.com/rvm/rvm/blob/master/config/known#L19

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting, for some reason feedjira doesn't seem to mind.
https://github.com/feedjira/feedjira/blob/master/.travis.yml#L9

Either way, dropping jruby-1.7 seems like a great idea! 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants