Skip to content

fix: Removed redundant bash prepend on npm scripts

c515da1
Select commit
Loading
Failed to load commit list.
Closed

chore: replace all instances of q with native promise #711

fix: Removed redundant bash prepend on npm scripts
c515da1
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jun 28, 2025 in 5m 12s

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 #711 chore: replace all instances of q with native promise.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has eight jobs, running in parallel.

Job Node.js OS State
3548.1 9 Linux failed
3548.2 10 Linux failed
3548.3 12 Linux failed
3548.4 14 Linux failed
3548.5 16 Linux failed
3548.6 18 Linux failed
3548.7 20 Linux failed
3548.8 22 Linux failed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "notifications": {
    "email": [
      {
        "recipients": [
          "sdk_developers@cloudinary.com"
        ]
      }
    ]
  },
  "jobs": {
    "include": [
      {
        "node_js": "9",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "10",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "12",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "14",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "16",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "18",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "20",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "22",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      }
    ]
  }
}