Bump braces from 3.0.2 to 3.0.3 in /public/wp-content/themes/twentytwentyone #548
Travis CI / Travis CI - Pull Request
succeeded
Jun 17, 2024 in 1m 57s
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 #548 Bump braces from 3.0.2 to 3.0.3 in /public/wp-content/themes/twentytwentyone.
Any changes that have been made to the development branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | PHP | ENV | OS | State |
---|---|---|---|---|
975.1 | 7.4 | SNIFF=1 | Linux | passed |
975.2 | 7.4 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "xenial",
"branches": {
"only": [
"development",
"preprod",
"master"
]
},
"before_install": [
"composer self-update;",
"composer install;"
],
"script": [
"vendor/bin/phplint",
"if [[ \"$SNIFF\" == \"1\" ]]; then vendor/bin/phpcs; fi"
],
"jobs": {
"fast_finish": true,
"include": [
{
"php": "7.4",
"env": [
{
"SNIFF": "1"
}
]
},
{
"php": "7.4"
}
]
}
}
Loading