Configure Renovate #16
Open
Travis CI / Travis CI - Branch
required action
Dec 15, 2023 in 43s
Build Errored
The build errored. This is a change from the previous build, which passed.
Details
This is a normal build for the renovate/configure 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 | OS | State |
---|---|---|---|
187.1 | 5.6.40 | Linux | errored |
187.2 | 7.1 | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Xenial) |
PHP Versions | 5.6.40, 7.1 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "xenial",
"php": [
"5.6.40",
"7.1"
],
"before_script": [
"composer install"
],
"script": [
"./vendor/bin/phpunit"
]
}
Loading