Skip to content

[renovate] Update all dependencies

7a6a8c8
Select commit
Loading
Failed to load commit list.
Open

[renovate] Update all dependencies #38

[renovate] Update all dependencies
7a6a8c8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Apr 11, 2026 in 1m 18s

Build Failed

The build failed, just like the previous build.

Details

This is a normal build for the renovate/all-dependencies branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js ENV OS State
844.1 14.21.3 APP_DIR=src Linux failed
844.2 16.20.2 APP_DIR=src Linux failed

Build Configuration

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