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