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

New version of nice_hash (1.18.7) broke the build #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Pin nice_hash to version 1.18.7

dff6942
Select commit
Loading
Failed to load commit list.
Open

New version of nice_hash (1.18.7) broke the build #33

Pin nice_hash to version 1.18.7
dff6942
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Mar 20, 2024 in 1m 27s

Build Failed

The build failed.

Details

This is a normal build for the depfu/check/nice_hash-1.18.7 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Ruby OS State Notes
164.1 3.0 Linux failed
164.2 3.1 Linux failed
164.3 ruby-head Linux errored This job is allowed to fail.

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Versions 3.0, 3.1, ruby-head
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "3.0",
    "3.1",
    "ruby-head"
  ],
  "branches": {
    "except": [
      "readme-edits"
    ]
  },
  "before_install": [
    "gem update --system"
  ],
  "script": [
    "bundle exec rake spec"
  ],
  "jobs": {
    "allow_failures": [
      {
        "rvm": "ruby-head"
      }
    ]
  }
}