mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
added edge rails on 1.9.3 to the test matrix (with failures allowed)
This commit is contained in:
parent
281b45ad2a
commit
0caca174e6
20
.travis.yml
20
.travis.yml
@ -1,3 +1,4 @@
|
||||
language: ruby
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
@ -5,3 +6,22 @@ rvm:
|
||||
- ree
|
||||
- jruby
|
||||
- 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
|
||||
|
||||
9
gemfiles/Gemfile.edge-rails
Normal file
9
gemfiles/Gemfile.edge-rails
Normal 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'
|
||||
Loading…
Reference in New Issue
Block a user