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 support ruby 2.1.0 rails 4.x #10

Merged
merged 5 commits into from
Nov 27, 2014

Conversation

iffyuva
Copy link
Member

@iffyuva iffyuva commented Nov 27, 2014

add more travis support:

  • add ruby 2.1.5
  • add gemfiles for 4.0.x, and 4.1.x
  • use mintest

source 'http://rubygems.org'

gemspec path: '..'
gem 'rails', '~> 4.0.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

not required.

Copy link
Member Author

Choose a reason for hiding this comment

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

rails 3.2.x depends on minitest 4.x, so i had to hardcode it. rails 4.x depends on minitest 5.x which is default now

Copy link
Member Author

Choose a reason for hiding this comment

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

okie, added the above comment in gemfile.

deepak added a commit that referenced this pull request Nov 27, 2014
…ils-4.x

Travis support ruby 2.1.0 rails 4.x
@deepak deepak merged commit 362375b into master Nov 27, 2014
@deepak deepak deleted the travis-support-ruby-2.1.0-rails-4.x branch November 27, 2014 11:31
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