Visual search file upload #635
Open
Travis CI / Travis CI - Branch
required action
Oct 17, 2023 in 9m 49s
Build Errored
The build errored, just like the previous build.
Details
This is a normal build for the visual-search-file-upload 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 |
---|---|---|---|
2603.1 | 6 | Linux | errored |
2603.2 | 8 | Linux | passed |
2603.3 | 10 | Linux | passed |
2603.4 | 12 | Linux | passed |
2603.5 | 14 | Linux | passed |
2603.6 | 16 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"notifications": {
"email": [
{
"recipients": [
"[email protected]"
]
}
]
},
"jobs": {
"include": [
{
"node_js": "6",
"script": [
"npm install [email protected] && npm run test-with-temp-cloud"
]
},
{
"node_js": "8",
"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"
]
}
]
}
}
Loading