Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .travis.yml to remove 1.8.7 and REE #61

Merged
merged 1 commit into from Jan 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 0 additions & 12 deletions .travis.yml
Expand Up @@ -15,8 +15,6 @@ rvm:
- 2.2
- 2.1
- 1.9.3
- 1.8.7
- ree
# JRuby
- jruby-head
- jruby-9.2
Expand All @@ -29,15 +27,5 @@ jobs:
- rvm: ruby-head
- rvm: jruby-head
- rvm: truffleruby-head
# NOTE (2020-12-18): Failing access to Rubygems with following error:
# Unable to download data from https://rubygems.org/ - hostname was not
# match with the server certificate (https://rubygems.org/specs.4.8.gz)
#
# See Travis CI topic here:
# https://travis-ci.community/t/ruby-1-8-7-and-ree-builds-broken-by-ssl-certificate-failure/10866
#
# TODO (2020-12-18): Either find a fix or remove testing of 1.8 versions
- rvm: 1.8.7
- rvm: ree

fast_finish: true