added edge rails on 1.9.3 to the test matrix (with failures allowed)

This commit is contained in:
Dan Gebhardt 2012-09-20 21:38:19 -04:00
parent 281b45ad2a
commit 0caca174e6
2 changed files with 30 additions and 1 deletions

View File

@ -1,7 +1,27 @@
language: ruby
rvm: rvm:
- 1.8.7 - 1.8.7
- 1.9.2 - 1.9.2
- 1.9.3 - 1.9.3
- ree - ree
- jruby - jruby
- rbx - rbx
gemfile:
- Gemfile
- gemfiles/Gemfile.edge-rails
matrix:
exclude:
# Edge Rails is only compatible with 1.9.3
- gemfile: gemfiles/Gemfile.edge-rails
rvm: 1.8.7
- gemfile: gemfiles/Gemfile.edge-rails
rvm: 1.9.2
- gemfile: gemfiles/Gemfile.edge-rails
rvm: ree
- gemfile: gemfiles/Gemfile.edge-rails
rvm: jruby
- gemfile: gemfiles/Gemfile.edge-rails
rvm: rbx
allow_failures:
- gemfile: gemfiles/Gemfile.edge-rails
rvm: 1.9.3

View File

@ -0,0 +1,9 @@
source 'http://rubygems.org'
gemspec :path => '..'
gem 'rails', github: 'rails/rails'
# Current dependencies of edge rails
gem 'journey', github: 'rails/journey'
gem 'activerecord-deprecated_finders' , github: 'rails/activerecord-deprecated_finders'