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 - Branch failed Jan 20, 2024 in 2m 26s

Build Failed

The build failed.

Details

This is a normal build for the fix-tests-minitest branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has 18 jobs, running in parallel.

Job Ruby ENV OS State
583.1 2.6.10 ACTIVERECORD=5.1.1 Linux failed
583.2 2.6.10 ACTIVERECORD=5.2.8 Linux passed
583.3 2.6.10 ACTIVERECORD=6.0.6 Linux passed
583.4 2.6.10 ACTIVERECORD=6.1.7 Linux passed
583.5 2.7.6 ACTIVERECORD=5.1.1 Linux failed
583.6 2.7.6 ACTIVERECORD=5.2.8 Linux passed
583.7 2.7.6 ACTIVERECORD=6.0.6 Linux passed
583.8 2.7.6 ACTIVERECORD=6.1.7 Linux passed
583.9 2.7.6 ACTIVERECORD=7.0.4 Linux passed
583.10 3.0.6 ACTIVERECORD=6.0.6 Linux passed
583.11 3.0.6 ACTIVERECORD=6.1.7 Linux passed
583.12 3.0.6 ACTIVERECORD=7.0.4 Linux passed
583.13 3.1.4 ACTIVERECORD=6.0.6 Linux passed
583.14 3.1.4 ACTIVERECORD=6.1.7 Linux passed
583.15 3.1.4 ACTIVERECORD=7.0.4 Linux passed
583.16 3.2.2 ACTIVERECORD=6.0.6 Linux passed
583.17 3.2.2 ACTIVERECORD=6.1.7 Linux passed
583.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"
    }
  }
}