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

chore(deps): update dependency @goodeggs/tsconfig to v2 #966

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

Update dependency @goodeggs/tsconfig to v2

4262322
Select commit
Loading
Failed to load commit list.
Open

chore(deps): update dependency @goodeggs/tsconfig to v2 #966

Update dependency @goodeggs/tsconfig to v2
4262322
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 Nov 10, 2023 in 4m 57s

Build Failed

The build failed, just like the previous build.

Details

This is a normal build for the renovate/goodeggs-tsconfig-2.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 (Trusty)
Node.js Version 14
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "node_js": [
    "14"
  ],
  "env": [
    "global={:PATH=>\"\\\"/tmp/ci-tools:./node_modules/.bin/:$PATH\\\"\"}=NPM_TOKEN=[secure]"
  ],
  "cache": {
    "yarn": true,
    "directories": [
      "/tmp/ci-tools"
    ]
  },
  "before_install": [
    "curl -sSL https://github.com/goodeggs/travis-utils/raw/master/install-ci-tools.sh | CACHE_DIR=/tmp/ci-tools sh -s -- yarn=1.9.4 codecov"
  ],
  "after_script": [
    "codecov"
  ],
  "install": [
    "yarn install"
  ],
  "script": [
    "yarn run test"
  ],
  "deploy": [
    {
      "provider": "npm",
      "email": "[email protected]",
      "api_token": {
        "secure": "mclmG0+zHQnQ3HlOCUEY3ioec8NT0jhOpk5fgN+vWnIlepFJ7cqD0LjhaXytnv4/WEQic25ym0mSD6OxFunJ+0h9CzMg3GCIIXAq7lrdQyxwFGn40kNSLlWyW+SniOE0zjb+8ne3zzMdXyquV0Lg43VflSn+5TzCRSsNjAQIXH6LySWqT/rVOzXiYvnV64A1XUCIWofCeDvrSbMmtXHqAQPXdd+N0zMN7y7jmQHjdoI4ZGcaec6Q+ygo/HfTST4anmyoe8EKfv9NFEBZx8rPlxoGJBl1HWoADl9OJdmUIaQon2bdn1oIyyhz1Jloxvp6uxZ/rdhkVaJ9qykPSbZd/du1W4itivPUcSRqIN95WxPgNXVieDLm02v5OD4F8pJV2FsvLbS+Zr8uBe5l+HgFdsFVcZ11XtimZD0lZtb9amfvfuaAn46GqpiygPANVDHt7+3wuw9rr8VlZ575MuPvz9N74fJ5hmcb/UGCiHBD4mQowLrpCvBAWPjDjli532XzXBu9Z3tHgeD6/leggDNiNlwrxL5sTUbF/UUngKD6k4I00oys6DJtwpPu02KYGMeY4sMPNQ7SlxoiRU/uAgld1iDUm5jAZTUAB8N59Hxp9Ib027v1B+xdSTOfcMW8XOxATkofEG8paAW1WBTgJBZLNSI6OxEPiZjxo9NQnAblnnU="
      },
      "skip_cleanup": true,
      "on": {
        "tags": true,
        "all_branches": true
      }
    }
  ]
}