Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump browserify-sign from 4.0.0 to 4.2.2 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump browserify-sign from 4.0.0 to 4.2.2

029315a
Select commit
Loading
Failed to load commit list.
Open

Bump browserify-sign from 4.0.0 to 4.2.2 #22

Bump browserify-sign from 4.0.0 to 4.2.2
029315a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Oct 26, 2023 in 2m 27s

Build Errored

The build errored.

Details

This is a normal build for the dependabot/npm_and_yarn/browserify-sign-4.2.2 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 (Trusty)
Node.js Version 9.11
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "node_js": [
    "9.11"
  ],
  "before_install": [
    "sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable",
    "sudo apt-get update",
    "sudo apt-get install -y gdal-bin python-gdal imagemagick libtiff-tools"
  ],
  "before_script": [
    "mkdir -p test/data",
    "pushd test/data",
    "sh setup_data.sh",
    "popd"
  ],
  "script": [
    "npm test"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ],
    "slack": [
      {
        "rooms": [
          {
            "secure": "QrSzS55Gj5HRNLCijnhf10cKXn0Pib2IttSI0ZeNblJPTL87ddKTFMkqAOj/HJBiYdoVVl+L+ZMzx+5MjvZRcC7/YZ0btGsLcAovdB8c8N02Jnyc0Bm8rIVjX0I+oRBhqCl80Dcxari9fPhPh7XS3xxgJWOs3Aedi5rB/4Fd9CEB0tKoUb/hWTLtN8OsgHfaoWjSR/BFmvEV0EcXSKsTnrj7mJSE1dlLMIzxNScTpBF3RoEaTYrhZdHauHNBCuFc3tmuwp6K/x4NkwaydWo4CsV5vkl/0Q6WTKbh2CHJ5NGRP/3k9Kr9g+pD3XjxrqfMOUguf+a34Zhqy+prLuRbyX0q+T3uLYzmAf2BrfH69HKPgxTKF3iYs3ZVpoOBylv3xF7BMpTk5VwbEIfyprj51AzpLZbc3xG5GkK4gfXxd2TKypQTnjUVijyMBk47ffbSHPWsAKryxJxRonvHCdUYrbldUWri8KiyxN/nOB/zohkHzuCq60y6VowBY0CtDdHjZMLOMehtAuJsyw2+PEiIbLy7BoTgtOr7NYJwddnJhPRBxrre9DfDDL31UxkbR5/+BxfuEHYd8uAXe4qfyhoVtRFFLBSt/6UWdQP6Chyka9/BUyYHxaYRkSBNkId3AuppA7XoGeYzBWu3C9pXhfuuuVxSuCX2aj1iCS5cwFyq3rg="
          }
        ]
      }
    ]
  }
}