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

[renovate] Update all dependencies (major) #11

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

[renovate] Update all dependencies

4032742
Select commit
Loading
Failed to load commit list.
Open

[renovate] Update all dependencies (major) #11

[renovate] Update all dependencies
4032742
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Jan 11, 2025 in 56s

Build Errored

The build errored. 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 #11 [renovate] Update dependency sinon to v11.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in two sequential stages.

Stage 1: test

This stage errored.

Job Node.js ENV OS State
476.1 14 APP_DIR=src Linux errored
476.2 16 APP_DIR=src Linux errored

Stage 2: deploy

This stage canceled.

Job Node.js ENV OS State
476.3 14 APP_DIR=src Linux canceled

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 14, 16
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "env": [
    "jobs={:APP_DIR=>\"src\"}"
  ],
  "node_js": [
    "14",
    "16"
  ],
  "script": [
    "yarn install --non-interactive",
    "yarn lint",
    "yarn test"
  ],
  "jobs": {
    "include": [
      {
        "on": {
          "branch": "master"
        },
        "stage": "deploy",
        "node_js": "14",
        "script": [
          "yarn install --non-interactive",
          "npx semantic-release"
        ]
      }
    ]
  },
  "notifications": {
    "email": [
      {
        "on_success": "never",
        "on_failure": "always"
      }
    ]
  }
}