Skip to content

Commit

Permalink
Allow failures with JRuby.
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Mar 4, 2013
1 parent 302f1c5 commit 4516e9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4516e9d

Please sign in to comment.