Updated Sample Projects #698
Open
Travis CI / Travis CI - Pull Request
succeeded
Oct 29, 2024 in 9m 45s
Build Passed
The build passed. This is a change from the previous build, which failed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #698 Updated Sample Projects.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
3199.1 | 9 | Linux | passed |
3199.2 | 10 | Linux | passed |
3199.3 | 12 | Linux | passed |
3199.4 | 14 | Linux | passed |
3199.5 | 16 | Linux | passed |
3199.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": [
"[email protected]"
]
}
]
},
"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