Skip to content

Commit

Permalink
Mongoid 4.0 with rubinius is still unstable so just allow it to fail
Browse files Browse the repository at this point in the history
Also, AR edge with jruby has been stable for a while, so do not allow it
to fail.
  • Loading branch information
yuki24 committed Feb 2, 2014
1 parent 66d8bfe commit 5e33369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ matrix:
- rvm: 1.8.7 - rvm: 1.8.7
gemfile: gemfiles/mongoid_40.gemfile gemfile: gemfiles/mongoid_40.gemfile
allow_failures: allow_failures:
- rvm: jruby - rvm: rbx
gemfile: gemfiles/active_record_edge.gemfile gemfile: gemfiles/mongoid_40.gemfile
fast_finish: true fast_finish: true

0 comments on commit 5e33369

Please sign in to comment.