Skip to content

Bump sha.js from 2.4.8 to 2.4.12 - #3

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/sha.js-2.4.12
Open

Bump sha.js from 2.4.8 to 2.4.12#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/sha.js-2.4.12

Bump sha.js from 2.4.8 to 2.4.12

c9f4078
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 22, 2025 in 1m 43s

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 #3 Bump sha.js from 2.4.8 to 2.4.12.
Any changes that have been made to the master branch before the build ran are also included.

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 6
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "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": "tech@cargomedia.ch",
      "on": {
        "tags": true,
        "repo": "cargomedia/socket-redis"
      },
      "api_token": {
        "secure": "rU9cucUfveaWfenv7huUBD3jzaQ8JxtYTKVS60UTAevcKZ0CceLVaqEn4yQWNSalQxv14frRwoyp1oRwjjgkHqmgOKO6veX9AT/eHedSacdJHZM0ISorbvssvU2HwERql+XJH+SPmSwXL/YNhUqPABae4DpfcD4ihVYmZBI4wCg="
      }
    }
  ]
}