Skip to content

Merge pull request #719 from Crown-Commercial-Service/WEB-3800_New_la…

ee8dc39
Select commit
Loading
Failed to load commit list.
Merged

DEV TO UAT #720

Merge pull request #719 from Crown-Commercial-Service/WEB-3800_New_la…
ee8dc39
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 12, 2025 in 2m 59s

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
1363.1 8.2 SNIFF=1 Linux passed
1363.2 8.2 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "branches": {
    "only": [
      "development",
      "preprod",
      "master"
    ]
  },
  "addons": {
    "apt": {
      "packages": [
        "libonig-dev"
      ]
    }
  },
  "before_install": [
    "composer self-update;",
    "composer install;"
  ],
  "script": [
    "vendor/bin/phplint",
    "if [[ \"$SNIFF\" == \"1\" ]]; then vendor/bin/phpcs; fi"
  ],
  "jobs": {
    "fast_finish": true,
    "include": [
      {
        "php": "8.2",
        "env": [
          {
            "SNIFF": "1"
          }
        ]
      },
      {
        "php": "8.2"
      }
    ]
  }
}