Bump @wordpress/eslint-plugin from 18.1.0 to 22.0.0 #1015
Travis CI / Travis CI - Pull Request
required action
Dec 13, 2024 in 2m 43s
Build Errored
The build errored. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #1015 Bump @wordpress/eslint-plugin from 18.1.0 to 22.0.0.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | PHP | OS | State |
---|---|---|---|
1855.1 | 7.2 | Linux | errored |
1855.2 | 8.3 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "xenial",
"services": [
"mysql"
],
"notifications": {
"slack": [
{
"rooms": [
{
"secure": "Me2FCeSQNVpIx7lvf5o9gTP60+WQiaxwDIeTsE9NB6+fHRDwrt5Jju1sTXbEgbB7CDQWKuAL6CouL4ZOoUUtHe00u6D0ifwDhj1M3IMeD3NjnWr2dbvZltHkMTCLbtdfD6F5VLhYWFTSNLS4EQAOuITCi1Ph4H+WcYttaw4ldbauSmPnKRvaLGh6tHG+/zLzwdhlwUVeT3hGtZdZXB2mibxtvdx+fMJIBcd0q+smI7VIMQXKNsZ/BZ8QW/qRO2neWI3CBYigeNwXuvlxYv/UBBgneBaPGYNo3DcwHARPTSwKByyLzbG+fN4ymx7iRioQ0x74Dex16u7BNhyeOdj8E3MxR3wDTlUkwXXDJI2YpBp/jmB3lPpEu+LPUxlBV5d8HuiMSf1g4vc2VBBUypWBjq2wWCyQzuRcKDwiyc60bFKtSCOHIzRwO+hDHLW7INzDedA2W0JYerLEgmlQj7yVB8Ly4dl38Gals/X4+y4gkpOSKyCsvAOePYcPFs+BIUMRVR3kueF3fu/sWGQEDJD2oTljLm45ue/x7ytyQOHVw94Ao0A0sf1G1nMwqmIFT90z137yGrlwoh8vXHeUWxFfPV6TB75+E8QLFjoo0Gs3nzfi//kd7UMlnRKkuF1+/5Hvo3VS3GTo0nO6Xo3dCHT2f4HZdR5PVZqhTGAPxdgORa8="
}
]
}
]
},
"install": [
"composer self-update",
"composer update -o",
"bash bin/install-wp-tests.sh wordpress_test root '' localhost",
"yarn install"
],
"script": [
"if [[ ${TRAVIS_PHP_VERSION:0:3} == \"7.2\" ]]; then vendor/phpunit/phpunit/phpunit --debug --verbose --coverage-clover=coverage.xml; else vendor/phpunit/phpunit/phpunit --debug --verbose; fi",
"composer install --no-dev -o",
"find . -name vendor -prune -o -name node_modules -prune -o -name '*.php' -exec php -lf {} \\; > /dev/null"
],
"after_success": [
"if [[ ${TRAVIS_PHP_VERSION:0:3} == \"7.2\" ]]; then curl -Os https://uploader.codecov.io/latest/linux/codecov && chmod +x codecov && ./codecov -f coverage.xml; fi"
],
"deploy": [
{
"provider": "script",
"script": "chmod +x ./bin/release.sh && ./bin/release.sh",
"skip_cleanup": true,
"on": {
"tags": true,
"php": "7.2"
}
},
{
"provider": "releases",
"file": [
"w3-total-cache.zip"
],
"skip_cleanup": true,
"on": {
"tags": true,
"php": "7.2"
},
"token": "${GITHUB_TOKEN}"
}
],
"jobs": {
"include": [
{
"php": "7.2",
"dist": "bionic",
"before_install": [
"nvm install 16",
"nvm use 16"
]
},
{
"php": "8.3",
"dist": "jammy",
"before_install": [
"nvm install 20",
"nvm use 20"
]
}
]
}
}
Loading