1
0
Fork 0
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:
Norman Clarke 2013-03-03 18:18:37 -08:00
parent 302f1c5fd8
commit 4516e9de42

View file

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