mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Add rails 4.2 to test matrix
This commit is contained in:
parent
2d66e70a57
commit
03e5ccfbb0
1 changed files with 2 additions and 0 deletions
|
@ -8,11 +8,13 @@ gemfile:
|
|||
- test/gemfiles/Gemfile.rails-3.2.x
|
||||
- test/gemfiles/Gemfile.rails-4.0.x
|
||||
- test/gemfiles/Gemfile.rails-4.1.x
|
||||
- test/gemfiles/Gemfile.rails-4.2.x
|
||||
matrix:
|
||||
exclude:
|
||||
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
- { rvm: rbx-2, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
- { rvm: 1.9.3, gemfile: test/gemfiles/Gemfile.rails-4.1.x }
|
||||
- { rvm: 1.9.3, gemfile: test/gemfiles/Gemfile.rails-4.2.x }
|
||||
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
- { rvm: 2.1.4, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
allow_failures:
|
||||
|
|
Loading…
Add table
Reference in a new issue