fix(deps): remediate socket-redis production dependencies#9
Open
Neha0461 wants to merge 1 commit into
Open
Travis CI / Travis CI - Branch
succeeded
Jun 24, 2026 in 1m 24s
Build Passed
The build passed. This is a change from the previous build, which failed.
Details
This is a normal build for the fix/socket-redis-critical-deps branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Focal) |
| Node.js Version | 10 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"sudo": true,
"node_js": [
"10"
],
"services": [
"docker"
],
"env": [
"jobs={:DOCKER_COMPOSE_VERSION=>\"1.13.0\"}"
],
"install": [
"sudo rm /usr/local/bin/docker-compose",
"curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose",
"chmod +x docker-compose",
"sudo mv docker-compose /usr/local/bin"
],
"script": [
"docker-compose run socket-redis ./script/test.sh"
],
"deploy": [
{
"provider": "npm",
"email": "tech@cargomedia.ch",
"on": {
"tags": true,
"repo": "cargomedia/socket-redis"
},
"api_token": {
"secure": "rU9cucUfveaWfenv7huUBD3jzaQ8JxtYTKVS60UTAevcKZ0CceLVaqEn4yQWNSalQxv14frRwoyp1oRwjjgkHqmgOKO6veX9AT/eHedSacdJHZM0ISorbvssvU2HwERql+XJH+SPmSwXL/YNhUqPABae4DpfcD4ihVYmZBI4wCg="
}
}
]
}
Loading