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 react-redux to v9 #90

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

Update dependency react-redux to v9

b570f14
Select commit
Loading
Failed to load commit list.
Open

Update dependency react-redux to v9 #90

Update dependency react-redux to v9
b570f14
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Branch failed Dec 5, 2023 in 1m 16s

Build Failed

The build failed.

Details

This is a normal build for the renovate/react-redux-9.x branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "yarn": true
  },
  "before_script": [
    "yarn lint"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "deploy": [
    {
      "provider": "npm",
      "email": "[email protected]",
      "on": {
        "branch": [
          "master"
        ]
      },
      "skip_cleanup": true,
      "api_token": {
        "secure": "GlROi/Fu08mTSy9NwohD8IbVlOTf8SM/KC0G1IGiqMELKhDn3bEAhYykbkj0chwCnsouHT+/hs0xPm88UwmXuKPcgw8FSSbhXz9YaTVz2Lu+EeATV4lCBBQb8Q3BFOvWfhEsVuOf9fEmFcE3LdTStGH9+O4imfP9cYqCmu0Q4snwK8ml/hQ/cAPe6EsYwiOWT4+u13U6Xz8PEKQTF3le9Gi/4meoYaxtQW0p/Lz9YFb+8SJVWKQVrRuK0AxIFAmxlkCfGX1te7PG6zG+pQsCA78HbMV06wUL6Mu7pDqD5ALuzWS+bL4wYrsQmNx6vNe1g9ZZHV5FdsiZsPOcGdV0U+fdDfNM7Nn4wf06O7e2SCzWmIzV7Gduj+dpCAkMELcTcK0fryC73kgQ95+Rj3kNinSw2qo4tYxtjLBQeWwObcuLEPH/W+WvtlZn5UiB+TdT2mDM6H0L+5/6a7zKwvaZlsr9KEbKgIUi4ZckQkeMvgcotIym0br+HCFWQq7GPG+5LVVTFVPBJoR7q3+TrlNlF+GN8ovgAvQJwwM/KZPn88US32JDsTDUg4XSR5/Da0B7sSwSTjcgTZsw2yUutCf7LIlvccF8Qi/dzE3fmGFr/nrtCzL5qWzBPv2cOMkSiBvTg354Wb5m9SeCldBYeXfunNq4zltMKN97eJYSaAdcmjc="
      }
    }
  ]
}