Update UploadApiErrorResponse type and add .gitattributes #716
Travis CI / Travis CI - Pull Request
succeeded
Sep 6, 2025 in 17m 10s
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 #716 Update UploadApiErrorResponse type and add .gitattributes.
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 |
|---|---|---|---|
| 9 | Linux | passed | |
| 10 | Linux | passed | |
| 12 | Linux | passed | |
| 14 | Linux | passed | |
| 16 | Linux | passed | |
| 18 | Linux | passed | |
| 20 | Linux | passed | |
| 22 | Linux | passed |
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"
]
}
]
}
}
Loading