chore(deps): bump follow-redirects from 1.14.9 to 1.15.5 #2709
Travis CI / Travis CI - Pull Request
succeeded
Feb 27, 2024 in 18m 15s
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 #2709 chore(deps): bump follow-redirects from 1.14.9 to 1.15.5.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in two sequential stages.
Stage 1: prebuild
This stage passed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
14060.1 Quality checks | 16 | MATTERMOST_CHANNEL='{"dev":"gangsters","beta":"gangsters,publication","stable":"gangsters,publication"}' | Linux | passed |
14060.2 Unit tests node 16 | 16 | MATTERMOST_CHANNEL='{"dev":"gangsters","beta":"gangsters,publication","stable":"gangsters,publication"}' | Linux | passed |
14060.3 Unit tests node 20 | 20 | MATTERMOST_CHANNEL='{"dev":"gangsters","beta":"gangsters,publication","stable":"gangsters,publication"}' | Linux | passed |
Stage 2: build
This stage passed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
14060.4 Build app | 16 | MATTERMOST_CHANNEL='{"dev":"gangsters","beta":"gangsters,publication","stable":"gangsters,publication"}' | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Version | 16 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"node_js": [
"16"
],
"cache": {
"npm": false
},
"branches": {
"only": [
"master",
"/^\\d+\\.\\d+\\.\\d+(\\-beta.\\d+)?$/"
]
},
"env": [
"global={:MATTERMOST_CHANNEL=>\"'{\\\"dev\\\":\\\"gangsters\\\",\\\"beta\\\":\\\"gangsters,publication\\\",\\\"stable\\\":\\\"gangsters,publication\\\"}'\"}=GH_TOKEN=[secure]=MATTERMOST_HOOK_URL=[secure]=RUNDECK_TOKEN=[secure]=REGISTRY_TOKEN=[secure][secure]=ENCRYPTED_KEY=[secure]=ENCRYPTED_IV=[secure]"
],
"stages": [
{
"name": "prebuild"
},
{
"name": "build"
}
],
"jobs": {
"include": [
{
"name": "Quality checks",
"stage": "prebuild",
"script": [
"yarn lint && yarn check-locales && yarn check-fixtures"
]
},
{
"name": "Unit tests node 16",
"stage": "prebuild",
"node_js": "16",
"script": [
"yarn test --runInBand"
]
},
{
"name": "Unit tests node 20",
"stage": "prebuild",
"node_js": "20",
"script": [
"yarn test --runInBand"
]
},
{
"name": "Build app",
"stage": "build",
"script": [
"yarn build",
"yarn bundlemon"
],
"before_deploy": [
"./scripts/ci/add_ssh_key.sh"
],
"deploy": [
{
"repo": "cozy/cozy-banks",
"provider": "script",
"script": "yarn cozyPublish && yarn uploadStaticFiles",
"on": {
"branch": [
"master"
]
},
"skip_cleanup": true
},
{
"repo": "cozy/cozy-banks",
"provider": "script",
"script": "yarn cozyPublish && yarn uploadStaticFiles",
"on": {
"tags": true
},
"skip_cleanup": true
}
]
}
]
}
}
Loading