Skip to content

Commit

Permalink
CI: allow failures on bleeding edge Rubies
Browse files Browse the repository at this point in the history
So we can get a clear picture of PR status.
  • Loading branch information
jeremy committed Nov 26, 2019
1 parent 4279fa0 commit 3382230
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 3382230

Please sign in to comment.