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

Fix minitest guard for rails 4 breaking specs #448

Merged
merged 1 commit into from
Jan 22, 2024

Fix minitest guard for rails 4 breaking specs

fdaa213
Select commit
Loading
Failed to load commit list.
Merged

Fix minitest guard for rails 4 breaking specs #448

Fix minitest guard for rails 4 breaking specs
fdaa213
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jan 20, 2024 in 3m 42s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #448 Fix minitest guard for rails 4 breaking specs.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 18 jobs, running in parallel.

Job Ruby ENV OS State
584.1 2.6.10 ACTIVERECORD=5.1.1 Linux failed
584.2 2.6.10 ACTIVERECORD=5.2.8 Linux passed
584.3 2.6.10 ACTIVERECORD=6.0.6 Linux passed
584.4 2.6.10 ACTIVERECORD=6.1.7 Linux passed
584.5 2.7.6 ACTIVERECORD=5.1.1 Linux failed
584.6 2.7.6 ACTIVERECORD=5.2.8 Linux passed
584.7 2.7.6 ACTIVERECORD=6.0.6 Linux passed
584.8 2.7.6 ACTIVERECORD=6.1.7 Linux passed
584.9 2.7.6 ACTIVERECORD=7.0.4 Linux passed
584.10 3.0.6 ACTIVERECORD=6.0.6 Linux passed
584.11 3.0.6 ACTIVERECORD=6.1.7 Linux passed
584.12 3.0.6 ACTIVERECORD=7.0.4 Linux passed
584.13 3.1.4 ACTIVERECORD=6.0.6 Linux passed
584.14 3.1.4 ACTIVERECORD=6.1.7 Linux passed
584.15 3.1.4 ACTIVERECORD=7.0.4 Linux passed
584.16 3.2.2 ACTIVERECORD=6.0.6 Linux passed
584.17 3.2.2 ACTIVERECORD=6.1.7 Linux passed
584.18 3.2.2 ACTIVERECORD=7.0.4 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Focal)
Ruby Versions 2.6.10, 2.7.6, 3.0.6, 3.1.4, 3.2.2
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "bundler": true
  },
  "rvm": [
    "2.6.10",
    "2.7.6",
    "3.0.6",
    "3.1.4",
    "3.2.2"
  ],
  "env": [
    "jobs={:ACTIVERECORD=>\"5.1.1\"}={:ACTIVERECORD=>\"5.2.8\"}={:ACTIVERECORD=>\"6.0.6\"}={:ACTIVERECORD=>\"6.1.7\"}={:ACTIVERECORD=>\"7.0.4\"}"
  ],
  "jobs": {
    "fast_finish": false,
    "exclude": [
      {
        "rvm": "2.6.10",
        "env": [
          {
            "ACTIVERECORD": "7.0.4"
          }
        ]
      },
      {
        "rvm": "3.0.6",
        "env": [
          {
            "ACTIVERECORD": "5.1.1"
          }
        ]
      },
      {
        "rvm": "3.0.6",
        "env": [
          {
            "ACTIVERECORD": "5.2.8"
          }
        ]
      },
      {
        "rvm": "3.1.4",
        "env": [
          {
            "ACTIVERECORD": "5.1.1"
          }
        ]
      },
      {
        "rvm": "3.1.4",
        "env": [
          {
            "ACTIVERECORD": "5.2.8"
          }
        ]
      },
      {
        "rvm": "3.2.2",
        "env": [
          {
            "ACTIVERECORD": "5.1.1"
          }
        ]
      },
      {
        "rvm": "3.2.2",
        "env": [
          {
            "ACTIVERECORD": "5.2.8"
          }
        ]
      }
    ]
  },
  "addons": {
    "code_climate": {
      "repo_token": "a90435ed4954dd6e9f3697a20c5bc3754f67d94703f870e8fc7b00f69f5b2d06"
    }
  }
}