Skip to content

Bump tmp, eslint and eslint-config-react-app

88ab6ed
Select commit
Loading
Failed to load commit list.
Open

Bump tmp, eslint and eslint-config-react-app in /packages/eslint-config-humanmade #318

Bump tmp, eslint and eslint-config-react-app
88ab6ed
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Aug 6, 2025 in 4m 5s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #318 Bump tmp, eslint and eslint-config-react-app in /packages/eslint-config-humanmade.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has seven jobs, running in parallel.

Job PHP Node.js OS State
1153.1 7.2 Linux errored
1153.2 7.3 Linux errored
1153.3 7.4 Linux failed
1153.4 8.0 Linux failed
1153.5 8.1 Linux failed
1153.6 16 Linux failed
1153.7 16 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Focal)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "directories": [
      "$HOME/.cache/composer/files",
      "$HOME/.npm",
      "node_modules"
    ]
  },
  "branches": {
    "only": [
      "master"
    ]
  },
  "jobs": {
    "include": [
      {
        "language": "php",
        "php": "7.2",
        "install": [
          "composer install"
        ],
        "script": [
          "vendor/bin/phpunit"
        ]
      },
      {
        "language": "php",
        "php": "7.3",
        "install": [
          "composer install"
        ],
        "script": [
          "vendor/bin/phpunit"
        ]
      },
      {
        "language": "php",
        "php": "7.4",
        "install": [
          "composer install"
        ],
        "script": [
          "vendor/bin/phpunit"
        ]
      },
      {
        "language": "php",
        "php": "8.0",
        "install": [
          "composer install --ignore-platform-reqs"
        ],
        "script": [
          "vendor/bin/phpunit"
        ]
      },
      {
        "language": "php",
        "php": "8.1",
        "install": [
          "composer install --ignore-platform-reqs"
        ],
        "script": [
          "vendor/bin/phpunit --no-configuration --bootstrap=tests/bootstrap.php --dont-report-useless-tests tests/AllSniffs.php",
          "vendor/bin/phpunit --no-configuration --bootstrap=tests/bootstrap.php --dont-report-useless-tests tests/FixtureTests.php"
        ]
      },
      {
        "language": "node_js",
        "node_js": "16",
        "install": [
          "npm install",
          "cd packages/eslint-config-humanmade",
          "npm install --legacy-peer-deps",
          "cd ../.."
        ],
        "script": [
          "npm run test:eslint"
        ]
      },
      {
        "language": "node_js",
        "node_js": "16",
        "install": [
          "npm install",
          "cd packages/stylelint-config",
          "npm install",
          "cd ../.."
        ],
        "script": [
          "npm run test:stylelint"
        ]
      }
    ]
  }
}