mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Allow failures with JRuby.
This commit is contained in:
parent
302f1c5fd8
commit
4516e9de42
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ matrix:
|
|||
# Rails 4 doesn't run on Ruby 1.8
|
||||
- { rvm: 1.8.7, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
|
||||
|
||||
allow_failures:
|
||||
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue