[REVIEW NEEDED] Fix sprintf regex #42
+1
−1
Open
Travis CI / Travis CI - Branch
required action
Dec 11, 2023 in 1m 58s
Build Errored
The build errored.
Details
This is a normal build for the fix-sprintf-regex 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 |
---|---|---|---|
185.1 | 5.6.40 | Linux | errored |
185.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