Skip to content

Merge pull request #1067 from cloudinary/uat

76e1580
Select commit
Loading
Failed to load commit list.
Merged

Merge master to uat #1069

Merge pull request #1067 from cloudinary/uat
76e1580
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Jul 8, 2025 in 22s

Build Errored

The build errored.

Details

This is a normal build for the test-auth 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
3950.1 5.6 Linux errored
3950.2 7.4 Linux errored

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"
    ]
  }
}