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 webpack-dev-server from 1.16.5 to 5.1.0 in /lime in the npm_and_yarn group across 1 directory #2

Merged

Bump webpack-dev-server

43df0b8
Select commit
Loading
Failed to load commit list.
Merged

Bump webpack-dev-server from 1.16.5 to 5.1.0 in /lime in the npm_and_yarn group across 1 directory #2

Bump webpack-dev-server
43df0b8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Oct 1, 2024 in 45s

Build Errored

The build errored.

Details

This is a normal build for the dependabot/npm_and_yarn/lime/npm_and_yarn-bcad0931e5 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python OS State
9.1 3.6 Linux errored
9.2 3.7 Linux errored
9.3 3.8 Linux errored
9.4 3.9 Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Versions 3.6, 3.7, 3.8, 3.9
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "pip": true
  },
  "python": [
    "3.6",
    "3.7",
    "3.8",
    "3.9"
  ],
  "install": [
    "python -m pip install -U pip",
    "python -m pip install -e .[dev]"
  ],
  "script": [
    "pytest lime",
    "flake8 lime"
  ]
}