Bump http-cache-semantics from 4.1.0 to 4.1.1 #306
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 |
|---|---|---|---|---|
| 7.2 | Linux | failed | ||
| 7.3 | Linux | failed | ||
| 7.4 | Linux | failed | ||
| 8.0 | Linux | failed | ||
| 8.1 | Linux | failed | ||
| 16 | Linux | passed | ||
| 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"
]
}
]
}
}
Loading