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

(maint) Use Ruby 2.5 on Travis for PDK as a library tests #849

Merged
merged 1 commit into from
Feb 13, 2020

Commits on Feb 12, 2020

  1. (maint) Use Ruby 2.5 on Travis for PDK as a library tests

    Concurrent-ruby 1.1.6 has a strange thread timing issue under Ruby 2.4 and the
    spec/unit/pdk/analytics/util_spec.rb file. Causing facter to error with
    "cannot alloc thread" which then halts the test. It doesn't occur on Appveyor
    (Windows) or the regular rspec under Ruby 2.4 testing. So just use Ruby 2.5
    instead.
    glennsarti committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    a9ae477 View commit details
    Browse the repository at this point in the history