mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Don't test with Rails 4.x on Ruby 1.8.7
This commit is contained in:
parent
349eb9c6f8
commit
2b7ec71b8b
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ matrix:
|
|||
- { rvm: ruby-head, gemfile: test/gemfiles/Gemfile.rails-3.1.x }
|
||||
- { rvm: ruby-head, gemfile: test/gemfiles/Gemfile.rails-master }
|
||||
|
||||
- { rvm: 1.8.7, gemfile: test/gemfiles/Gemfile.rails-master }
|
||||
|
||||
allow_failures:
|
||||
- { rvm: rbx-19mode, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
- { rvm: jruby-18mode, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
|
|
Loading…
Reference in a new issue