Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REVIEW NEEDED] Fix sprintf regex #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Fix sprintf regex [REVIEW NEEDED]

83184ee
Select commit
Loading
Failed to load commit list.
Open

[REVIEW NEEDED] Fix sprintf regex #42

Fix sprintf regex [REVIEW NEEDED]
83184ee
Select commit
Loading
Failed to load commit list.
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"
  ]
}