Skip to content

Adding ruby-head and ruby 2.6 to Travis, removing C ext from repo #382

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

Merged
merged 7 commits into from
Aug 22, 2018
Merged

Adding ruby-head and ruby 2.6 to Travis, removing C ext from repo #382

merged 7 commits into from
Aug 22, 2018

Conversation

tarcinil
Copy link
Contributor

@tarcinil tarcinil commented Aug 12, 2018

Your checklist for this pull request

🚨Please review the guidelines for contributing to this repository.

  • Ensure all commits include DCO sign-off.
  • Ensure that your contributions pass unit testing.
  • Ensure that your contributions contain documentation if applicable.

Description

I am adding ruby-head (allows failure) and ruby 2.6 which is in its second preview which should be a release candidate soon if following Ruby's release patterns.

Removing .jrubyrc from the repo as jruby has deprecated C ext support from the the library as of 1.7 and we are testing at 9.2 (Ruby 2.5 equiv.).

Source:
https://github.com/jruby/jruby-cext#status
https://twitter.com/headius/statuses/281091403919003649

Removing the before_install section as all of those steps are standard parts of Travis CI and appear under the ruby.versions section.

Signed-off-by: Vern Burton <me@vernburton.com>
Signed-off-by: Vern Burton <me@vernburton.com>
Signed-off-by: Vern Burton <me@vernburton.com>
Signed-off-by: Vern Burton <me@vernburton.com>
Signed-off-by: Vern Burton <me@vernburton.com>
Signed-off-by: Vern Burton <me@vernburton.com>
…wer versions are missing much of the support (Source: https://github.com/jruby/jruby-cext).

adding jruby back to the standard matrix

Signed-off-by: Vern Burton <me@vernburton.com>
@tarcinil tarcinil requested a review from perlun August 15, 2018 14:58
Copy link
Contributor

@perlun perlun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks @tarcinil! 👍

@tarcinil tarcinil merged commit 7d43d23 into ruby-git:master Aug 22, 2018
AgoraSecurity pushed a commit to AgoraSecurity/ruby-git that referenced this pull request Feb 21, 2020
…by-git#382)

* removing un-needed elements from travis

Signed-off-by: Vern Burton <me@vernburton.com>

* removing cext which is not supported in travis

Signed-off-by: Vern Burton <me@vernburton.com>

* using double quotes

Signed-off-by: Vern Burton <me@vernburton.com>

* adding matrix form

Signed-off-by: Vern Burton <me@vernburton.com>

* using a different matrix

Signed-off-by: Vern Burton <me@vernburton.com>

* install bundler in jruby

Signed-off-by: Vern Burton <me@vernburton.com>

* removing .jrubyrc as C extension support was deprecated in 1.7 and newer versions are missing much of the support (Source: https://github.com/jruby/jruby-cext).
adding jruby back to the standard matrix

Signed-off-by: Vern Burton <me@vernburton.com>
Signed-off-by: Agora Security <github@agora-security.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants