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

Update dependency eslint-config-prettier to v8.10.0 #258

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

Update dependency eslint-config-prettier to v8.10.0

d1383fd
Select commit
Loading
Failed to load commit list.
Open

Update dependency eslint-config-prettier to v8.10.0 #258

Update dependency eslint-config-prettier to v8.10.0
d1383fd
Select commit
Loading
Failed to load commit list.
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"
    }
  ]
}