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:
parent
63579a97ff
commit
9b633d6854
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue