feat: improve HTTP redirects behavior #262
Draft
Travis CI / Travis CI - Pull Request
succeeded
Jan 4, 2024 in 1m 51s
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 #262 feat: improve HTTP redirects behavior.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
1299.1 | 16 | Linux | passed |
1299.2 | 18 | Linux | passed |
1299.3 | 20 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Versions | 16, 18, 20 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"node_js": [
"16",
"18",
"20"
],
"cache": {
"npm": false
},
"before_install": [
"npm i -g npm@8",
"npm --version"
],
"script": [
"npm run build",
"npm run lint",
"npm run test-travis"
],
"deploy": [
{
"provider": "script",
"skip_cleanup": true,
"script": "npx semantic-release",
"on": {
"branch": [
"main"
],
"node_js": "18"
}
}
]
}
Loading