Skip to content

Commit

Permalink
Merge pull request #216 from jeremy/ci-allows-head-failures
Browse files Browse the repository at this point in the history
CI: allow failures on bleeding edge Rubies
  • Loading branch information
tenderlove committed Nov 27, 2019
2 parents 4279fa0 + 3382230 commit e847f1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ rvm:
- ruby-head
- jruby-head
- rbx-3
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-3
fast_finish: true
script: bundle exec rake

0 comments on commit e847f1f

Please sign in to comment.