Skip to content

Bump http-cache-semantics from 4.1.0 to 4.1.1

a7aa6a2
Select commit
Loading
Failed to load commit list.
Open

Bump http-cache-semantics from 4.1.0 to 4.1.1 #306

Bump http-cache-semantics from 4.1.0 to 4.1.1
a7aa6a2
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Apr 23, 2025 in 5m 14s

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 #306 Bump http-cache-semantics from 4.1.0 to 4.1.1.
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
1136.1 7.2 Linux failed
1136.2 7.3 Linux failed
1136.3 7.4 Linux failed
1136.4 8.0 Linux failed
1136.5 8.1 Linux failed
1136.6 16 Linux passed
1136.7 16 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "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"
        ]
      }
    ]
  }
}