Refreshed and improved to support config less repos, key libs and be more resilient #147
Travis CI / Travis CI - Branch
succeeded
Oct 11, 2024 in 5m 16s
Build Passed
The build passed. This is a change from the previous build, which failed.
Details
This is a normal build for the refreshed-and-improved--more branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has four jobs, running in two sequential stages.
Stage 1: lint
This stage passed.
Job | Node.js | OS | State |
---|---|---|---|
9226.1 lint | 20 | Linux | passed |
Stage 2: test
This stage passed.
Job | Node.js | OS | State |
---|---|---|---|
9226.2 test-update-node18 | 18 | Linux | passed |
9226.3 test-update-node20 | 20 | Linux | passed |
9226.4 test-update-node22 | 22 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Version | 20 |
Build Configuration
{
"anchor": "npm",
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"node_js": [
"20"
],
"cache": {
"npm": true
},
"install": [
"npm ci"
],
"stages": [
{
"name": "lint"
},
{
"name": "test"
},
{
"name": "auto-bump",
"if": "branch = master AND type != pull_request"
}
],
"jobs": {
"include": [
{
"stage": "lint",
"name": "lint",
"script": [
"npm run lint"
]
},
{
"stage": "test",
"name": "test-update-node18",
"node_js": "18",
"script": [
"npm run test:all"
]
},
{
"stage": "test",
"name": "test-update-node20",
"node_js": "20",
"script": [
"npm run test:all"
]
},
{
"stage": "test",
"name": "test-update-node22",
"node_js": "22",
"script": [
"npm run test:all"
]
},
{
"stage": "auto-bump",
"name": "auto-bump",
"script": [
"./scripts/self-update.sh"
]
}
]
}
}
Loading