Skip to content

Commit e5b9fee

Browse files
committed
Temporarily ignore Ruby v1.8.7 build failures
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
1 parent 1b6571c commit e5b9fee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ matrix:
171171
gemfile: Gemfile
172172
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=test-unit
173173
allow_failures:
174+
- rvm: 1.8.7-p371
174175
- rvm: truffleruby
175176
- rvm: ruby-head
176177
- rvm: jruby-head

0 commit comments

Comments
 (0)