-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Add Truffleruby to CI #149
Conversation
@halostatue pls review/merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One change required. I’d also be open for a change from Travis to GitHub Actions.
@halostatue taken care of |
matrix: | ||
allow_failures: | ||
- rvm: jruby-head | ||
- rvm: ruby-head | ||
- rvm: truffleruby-head | ||
- rvm: truffleruby |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one should probably not be in allow_failures
from the other comments.
- 1 minor enhancement: - Added a new field to `MIME::Type` for checking provisional registrations from IANA. - Documentation: - Kevin Menard synced the documentation so that all examples are correct [#153]. - Administrivia: - Added Ruby 3.0 to the CI test matrix. Added `windows/jruby` to the CI exclusion list; it refuses to run successfully. - Removed the Travis CI configuration and changed it to Github Workflows [#150]. Removed Coveralls configuration. - Igor Victor added TruffleRuby to the Travis CI configuration [#149]. - Koichi ITO loosened an excessively tight dependency [#147].
- 1 minor enhancement: - Added a new field to `MIME::Type` for checking provisional registrations from IANA. - Documentation: - Kevin Menard synced the documentation so that all examples are correct [#153]. - Administrivia: - Added Ruby 3.0 to the CI test matrix. Added `windows/jruby` to the CI exclusion list; it refuses to run successfully. - Removed the Travis CI configuration and changed it to Github Workflows [#150]. Removed Coveralls configuration. - Igor Victor added TruffleRuby to the Travis CI configuration [#149]. - Koichi ITO loosened an excessively tight dependency [#147].
- 1 minor enhancement: - Added a new field to `MIME::Type` for checking provisional registrations from IANA. - Documentation: - Kevin Menard synced the documentation so that all examples are correct [#153]. - Administrivia: - Added Ruby 3.0 to the CI test matrix. Added `windows/jruby` to the CI exclusion list; it refuses to run successfully. - Removed the Travis CI configuration and changed it to Github Workflows [#150]. Removed Coveralls configuration. - Igor Victor added TruffleRuby to the Travis CI configuration [#149]. - Koichi ITO loosened an excessively tight dependency [#147].
- 1 minor enhancement: - Added a new field to `MIME::Type` for checking provisional registrations from IANA. - Documentation: - Kevin Menard synced the documentation so that all examples are correct [#153]. - Administrivia: - Added Ruby 3.0 to the CI test matrix. Added `windows/jruby` to the CI exclusion list; it refuses to run successfully. - Removed the Travis CI configuration and changed it to Github Workflows [#150]. Removed Coveralls configuration. - Igor Victor added TruffleRuby to the Travis CI configuration [#149]. - Koichi ITO loosened an excessively tight dependency [#147].
No description provided.