1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Add stable version branches to matrix. Allow errors on JRuby.

This commit is contained in:
Norman Clarke 2012-06-27 15:29:42 -03:00
parent 63579a97ff
commit 9b633d6854

View file

@ -26,10 +26,13 @@ matrix:
allow_failures:
- { rvm: rbx-19mode, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
- { rvm: jruby-18mode, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
- { rvm: ruby-head, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
branches:
only:
- master
- stable
- 3-2-stable
- 3-1-stable
script: "bundle exec rake submodules test"