Skip to content

Commit

Permalink
Allow failures of some rubies and gemfiles for faster feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed May 5, 2014
1 parent be66845 commit d7b71cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ gemfile:
- ci/Gemfile.no-rails
- ci/Gemfile.rails-2.3.x
- ci/Gemfile.rails-3.x

matrix:
allow_failures:
- rvm: ree
- rvm: rbx
- rvm: jruby
- gemfile: ci/Gemfile.rails-2.3.x
- gemfile: ci/Gemfile.rails-3.x
fast_finish: true

0 comments on commit d7b71cf

Please sign in to comment.