Feature/auto transcription support #690
Merged
Travis CI / Travis CI - Branch
succeeded
Sep 13, 2024 in 4m 55s
Build Passed
The build passed.
Details
This is a normal build for the feature/auto-transcription-support branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has six jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
3138.1 | 9 | Linux | passed |
3138.2 | 10 | Linux | passed |
3138.3 | 12 | Linux | passed |
3138.4 | 14 | Linux | passed |
3138.5 | 16 | Linux | passed |
3138.6 | 18 | 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"
]
}
]
}
}
Loading