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

Specify ruby version for Travis-CI. #430

Merged

Conversation

michaelkirk
Copy link
Contributor

CI is currently failing because the default ruby on travis.org is 2.0, but a dependency xcpretty, requires the latest ActiveSupport. Version 5 of Active Support was just released today, which requires ruby >=2.2

I'm only 51% sure that this will work, but let's see what happens. I couldn't find documentation on specifying ruby versions for non-ruby projects.

CI is currently failing because the default ruby on travis.org is 2.0,
but a dependency xcpretty, requires the latest activesupport, which
requires ruby >=2.2
@nlutsenko
Copy link
Contributor

It's actually cocoapods-core, not xcpretty.
This worked! Great! Thank you!
Merging now...

@nlutsenko nlutsenko self-assigned this Jul 1, 2016
@nlutsenko nlutsenko merged commit b4e7932 into facebookincubator:master Jul 1, 2016
@nlutsenko nlutsenko changed the title specify ruby version for CI Specify ruby version for Travis-CI. Jul 1, 2016
@nlutsenko nlutsenko added this to the 0.6.0 milestone Oct 31, 2016
madlymad pushed a commit to madlymad/SocketRocket that referenced this pull request Jul 6, 2017
CI is currently failing because the default ruby on travis.org is 2.0,
but a dependency xcpretty, requires the latest activesupport, which
requires ruby >=2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants