Run tests against Rails 4-1-stable

Conflicts:
	.travis.yml
This commit is contained in:
Rafael Mendonça França 2014-03-10 14:35:31 -03:00
parent 3989c53889
commit f6d0c10ffa
2 changed files with 26 additions and 0 deletions

View File

@ -2,6 +2,17 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- rbx
- jruby-19mode
gemfile:
- gemfiles/Gemfile.rails-head
- gemfiles/Gemfile.rails-4-1-stable
- Gemfile
matrix:
allow_failures:
- gemfile: gemfiles/Gemfile.rails-head
- gemfile: gemfiles/Gemfile.rails-4-1-stable
notifications:
email: false
campfire:

View File

@ -0,0 +1,15 @@
source 'https://rubygems.org'
gemspec :path => '..'
platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubinius-developer_tools'
end
gem 'country_select', '~> 1.1.1'
gem 'railties', github: 'rails/rails', branch: '4-1-stable'
gem 'activemodel', github: 'rails/rails', branch: '4-1-stable'
gem 'actionpack', github: 'rails/rails', branch: '4-1-stable'
gem 'rake'
gem 'tzinfo'