Update dependency eslint-config-prettier to v8.10.0 #258
Travis CI / Travis CI - Branch
failed
Aug 3, 2023 in 1m 41s
Build Failed
The build failed, just like the previous build.
Details
This is a normal build for the renovate/eslint-config-prettier-8.x branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
1440.1 | 10 | Linux | failed |
1440.2 | 12 | Linux | failed |
1440.3 | 14 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Xenial) |
Node.js Versions | 10, 12, 14 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"10",
"12",
"14"
],
"cache": {
"yarn": true
},
"before_install": [
"curl -o- -L https://yarnpkg.com/install.sh | bash",
"export PATH=$HOME/.yarn/bin:$PATH"
],
"script": [
"yarn all",
"yarn test",
"yarn report-coverage"
],
"deploy": [
{
"provider": "npm",
"skip_cleanup": true,
"email": "[email protected]",
"on": {
"tags": true
},
"api_token": "$NPM_TOKEN"
}
]
}
Loading