Skip to content

Bump validator from 3.22.2 to 13.15.15#4

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/validator-13.15.15
Closed

Bump validator from 3.22.2 to 13.15.15#4
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/validator-13.15.15

Bump validator from 3.22.2 to 13.15.15

64654d2
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Oct 13, 2025 in 2m 49s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #4 Bump validator from 3.22.2 to 13.15.15.
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="
      }
    }
  ]
}