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

Add MRI 1.9.2 and 2.1.0 to .travis.yml #94

Merged
merged 2 commits into from
Mar 4, 2014
Merged

Add MRI 1.9.2 and 2.1.0 to .travis.yml #94

merged 2 commits into from
Mar 4, 2014

Conversation

blom
Copy link
Collaborator

@blom blom commented Mar 4, 2014

No description provided.

blom added 2 commits March 4, 2014 20:17
`#to_yaml` has different behaviour between Ruby versions. The current
specs pass with some Ruby versions and fail with others. For example:

    # 1.9.3
    {:foo => "~bar"}.to_yaml # => "---\n:foo: ~bar\n"

    # 2.1.0
    {:foo => "~bar"}.to_yaml # => "---\n:foo: \"~bar\"\n"
@pearkes
Copy link
Collaborator

pearkes commented Mar 4, 2014

Great, yea, LGTM. 👍

pearkes added a commit that referenced this pull request Mar 4, 2014
Add MRI 1.9.2 and 2.1.0 to .travis.yml
@pearkes pearkes merged commit 6c2ad00 into master Mar 4, 2014
@blom blom deleted the travis-rubies branch March 5, 2014 06:36
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