Skip to content

Commit

Permalink
temporarily allow ruby-head to fail in CI
Browse files Browse the repository at this point in the history
Travis has been erroring in the last days for ruby-head. It timeouts
while running

    ruby-head - #importing gemset /home/travis/.rvm/gemsets/global.gems

which seems unrelated to Zeitwerk. I have reported it.

Let's allow failures on ruby-head while this is sorted out, the red
badge in the home page is misleading.
  • Loading branch information
fxn committed Sep 8, 2019
1 parent 585569c commit 8c4c7ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ rvm:
- truffleruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: truffleruby

0 comments on commit 8c4c7ba

Please sign in to comment.