Bump shell-quote from 1.6.1 to 1.8.1 #2
Travis CI / Travis CI - Branch
succeeded
Jan 8, 2024 in 2m 2s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/npm_and_yarn/shell-quote-1.8.1 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 (Xenial) |
Node.js Version | 6 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"node_js": [
"6"
],
"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": "[email protected]",
"on": {
"tags": true,
"repo": "cargomedia/socket-redis"
},
"api_token": {
"secure": "rU9cucUfveaWfenv7huUBD3jzaQ8JxtYTKVS60UTAevcKZ0CceLVaqEn4yQWNSalQxv14frRwoyp1oRwjjgkHqmgOKO6veX9AT/eHedSacdJHZM0ISorbvssvU2HwERql+XJH+SPmSwXL/YNhUqPABae4DpfcD4ihVYmZBI4wCg="
}
}
]
}
Loading