1
0
Fork 0
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:
Norman Clarke 2012-10-09 11:45:02 -03:00
parent 349eb9c6f8
commit 2b7ec71b8b

View file

@ -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 }