Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 in /packages/eslint-config-humanmade

f70a36b
Select commit
Loading
Failed to load commit list.
Open

Bump js-yaml from 4.1.0 to 4.1.1 in /packages/eslint-config-humanmade #320

Bump js-yaml from 4.1.0 to 4.1.1 in /packages/eslint-config-humanmade
f70a36b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 15, 2025 in 7m 41s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #320 Bump js-yaml from 4.1.0 to 4.1.1 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 nine jobs, running in parallel.

Job PHP Node.js OS State
1184.1 8.1 Linux passed
1184.2 8.2 Linux passed
1184.3 8.3 Linux passed
1184.4 20 Linux passed
1184.5 20 Linux passed
1184.6 22 Linux passed
1184.7 22 Linux passed
1184.8 24 Linux passed
1184.9 24 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": "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": "php",
        "php": "8.2",
        "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": "php",
        "php": "8.3",
        "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": "20",
        "install": [
          "npm ci",
          "cd packages/eslint-config-humanmade",
          "npm ci",
          "cd ../.."
        ],
        "script": [
          "npm run test:eslint"
        ]
      },
      {
        "language": "node_js",
        "node_js": "20",
        "install": [
          "npm ci",
          "cd packages/stylelint-config",
          "npm ci",
          "cd ../.."
        ],
        "script": [
          "npm run test:stylelint"
        ]
      },
      {
        "language": "node_js",
        "node_js": "22",
        "install": [
          "npm ci",
          "cd packages/eslint-config-humanmade",
          "npm ci",
          "cd ../.."
        ],
        "script": [
          "npm run test:eslint"
        ]
      },
      {
        "language": "node_js",
        "node_js": "22",
        "install": [
          "npm ci",
          "cd packages/stylelint-config",
          "npm ci",
          "cd ../.."
        ],
        "script": [
          "npm run test:stylelint"
        ]
      },
      {
        "language": "node_js",
        "node_js": "24",
        "install": [
          "npm ci",
          "cd packages/eslint-config-humanmade",
          "npm ci",
          "cd ../.."
        ],
        "script": [
          "npm run test:eslint"
        ]
      },
      {
        "language": "node_js",
        "node_js": "24",
        "install": [
          "npm ci",
          "cd packages/stylelint-config",
          "npm ci",
          "cd ../.."
        ],
        "script": [
          "npm run test:stylelint"
        ]
      }
    ]
  }
}