Skip to content

Bump brace-expansion from 1.1.11 to 1.1.12 in /packages/stylelint-config

9c9f3b3
Select commit
Loading
Failed to load commit list.
Open

Bump brace-expansion from 1.1.11 to 1.1.12 in /packages/stylelint-config #317

Bump brace-expansion from 1.1.11 to 1.1.12 in /packages/stylelint-config
9c9f3b3
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Jul 30, 2025 in 3m 51s

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 #317 Bump brace-expansion from 1.1.11 to 1.1.12 in /packages/stylelint-config.
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
1151.1 7.2 Linux errored
1151.2 7.3 Linux errored
1151.3 7.4 Linux failed
1151.4 8.0 Linux failed
1151.5 8.1 Linux failed
1151.6 16 Linux passed
1151.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"
        ]
      }
    ]
  }
}