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

Upcoming search frontend prep work - DO NOT MERGE #1604

Closed
wants to merge 1 commit into from

Upcoming search frontend prep work

41e3c5f
Select commit
Loading
Failed to load commit list.
Closed

Upcoming search frontend prep work - DO NOT MERGE #1604

Upcoming search frontend prep work
41e3c5f
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Nov 13, 2024 in 45s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1604 Upcoming search frontend prep work - DO NOT MERGE.
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
4162.1 7.4 SNIFF=1 Linux failed
4162.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"
      }
    ]
  }
}