Skip to content

Commit

Permalink
Temporarily ignore Ruby v1.8.7 build failures
Browse files Browse the repository at this point in the history
There seems to be some kind of SSL certificate error [1] when installing
the bundler gem. This issue [2] looks as if it describes what I'm
seeing. It's not obvious that this is going to be fixed by Travis any
time soon, so given that I'm thinking of dropping support for Ruby
v1.8.7 and/or moving the CI builds somewhere else, I've decided to
ignore the failures for now.

[1]: https://travis-ci.org/github/freerange/mocha/builds/750442638
[2]: https://travis-ci.community/t/ruby-1-8-7-and-ree-builds-broken-by-ssl-certificate-failure/10866
  • Loading branch information
floehopper committed Dec 23, 2020
1 parent 1b6571c commit e5b9fee
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 @@ -171,6 +171,7 @@ matrix:
gemfile: Gemfile
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=test-unit
allow_failures:
- rvm: 1.8.7-p371
- rvm: truffleruby
- rvm: ruby-head
- rvm: jruby-head
Expand Down

0 comments on commit e5b9fee

Please sign in to comment.