Skip to content

Merge master to uat - #1069

Merged
aatanasov-cloudinary merged 1 commit into
uatfrom
master
Jul 1, 2025
Merged

Merge master to uat#1069
aatanasov-cloudinary merged 1 commit into
uatfrom
master

Merge pull request #1067 from cloudinary/uat

76e1580
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Pull Request succeeded Jun 30, 2025 in 3m 23s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1070 Merge master to develop.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job PHP OS State
3942.1 5.6 Linux passed
3942.2 7.4 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Xenial)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "before_install": [
    "nvm install",
    "nvm use"
  ],
  "install": [
    "npm ci"
  ],
  "jobs": {
    "include": [
      {
        "php": "5.6",
        "script": [
          "npm run lint",
          "npm run build"
        ]
      },
      {
        "php": "7.4",
        "script": [
          "npm run lint",
          "npm run build"
        ]
      }
    ]
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "cache": {
    "npm": true,
    "directories": [
      "$HOME/.composer/cache"
    ]
  }
}