burst cache #1615
Merged
burst cache #1615
Travis CI / Travis CI - Branch
succeeded
Dec 3, 2024 in 46s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the development branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | PHP | ENV | OS | State |
---|---|---|---|---|
4193.1 | 7.4 | SNIFF=1 | Linux | passed |
4193.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",
"bin/phpunit",
"bin/phpunit vendor/ccs/strata-frontend/tests"
],
"jobs": {
"fast_finish": true,
"include": [
{
"php": "7.4",
"env": [
{
"SNIFF": "1"
}
]
},
{
"php": "7.4"
}
]
}
}
Loading