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 jest-extended to v4 #355

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

chore(deps): update dependency jest-extended to v4

b6fbbd6
Select commit
Loading
Failed to load commit list.
Open

chore(deps): update dependency jest-extended to v4 #355

chore(deps): update dependency jest-extended to v4
b6fbbd6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Dec 9, 2024 in 10m 31s

Build Failed

The build failed, just like the previous build.

Details

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

Jobs and Stages

This build has four jobs, running in two sequential stages.

Stage 1: Install dependencies

This stage passed.

Job Node.js ENV OS State
1292.1 14.21.3 PATH="/tmp/ci-tools:./node_modules/.bin/:$PATH" Linux passed

Stage 2: Test

This stage failed.

Job Node.js ENV OS State
1292.2 Lint 14.21.3 PATH="/tmp/ci-tools:./node_modules/.bin/:$PATH" Linux passed
1292.3 Type Checking 14.21.3 PATH="/tmp/ci-tools:./node_modules/.bin/:$PATH" Linux passed
1292.4 Unit Tests 14.21.3 PATH="/tmp/ci-tools:./node_modules/.bin/:$PATH" Linux failed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Trusty)
Node.js Version 14.21.3
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": true,
  "node_js": [
    "14.21.3"
  ],
  "cache": {
    "yarn": true,
    "directories": [
      "/home/travis/.npm",
      "/tmp/ci-tools",
      "node_modules"
    ]
  },
  "env": [
    "global={:PATH=>\"\\\"/tmp/ci-tools:./node_modules/.bin/:$PATH\\\"\"}={:NODE_ENV=>\"test\"}={:FORCE_LOGS=>\"yes\"}"
  ],
  "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"
  ],
  "script": [
    "yarn test"
  ],
  "jobs": {
    "include": [
      {
        "stage": "Install dependencies",
        "before_script": [
          "skip"
        ],
        "script": [
          "skip"
        ]
      },
      {
        "stage": "Test",
        "name": "Lint",
        "script": [
          "yarn run lint"
        ]
      },
      {
        "name": "Type Checking",
        "script": [
          "yarn run typecheck"
        ]
      },
      {
        "name": "Unit Tests",
        "script": [
          "yarn run test:unit"
        ],
        "after_success": [
          "bash <(curl -s https://codecov.io/bash)"
        ]
      },
      {
        "stage": "Publish to registry",
        "if": "tag =~ ^v",
        "script": [
          "skip"
        ],
        "deploy": [
          {
            "provider": "npm",
            "email": "[email protected]",
            "api_token": {
              "secure": "dp3OCYC30Uig3xlG0LmSRFC4Tr/FbeQUCpsNBKCFvkdosKCUnMi6jx0+xy13rVIm8edBQ+1PJbibvEPNRyXh0Qh+xQVQ3QpjJgoUwERxFv/mPIKUjTsUmy/vTa59MYSs9LQusOYdtsrW2L/wgcFsdwXoAZKOi1GY1MFgqwsAOhw3Il3g/RtLCNGr5LRpH5AZn6FOrU9URKdeCkIOvK6iH2f0lF9czx9j+woRsqN8oTOjK+oXbqv19lM4CvJ8sj6D/MXEnO5JXMLCjgcWEfgHbpHD+0vTz1IWscYPsDvkP7snzulLxJZ1rF1ZmppuIe5QJgzcv7cbpphcw6RaRsZCDLElVwYFTEA8rp8MQBLJ1vMeDTRDH3kwgiQNRiU67BEhyEPdjAsrAdEMFjCX7v3BnlHL+jky7fMkAh9HTxxF+DcNcm0LR8RudrmPqUROFFFoGqQuKM0TH+zImUWkh8OpbE509I9WiTaNG3pM/wR/ArugA3VVQ+YgJKaStrqa4G6RnWx/FifIjlgnKfHY2YOGWtjOepB2doTNxXrngTckEuXFUj/egHONB6PmyOM0sycS3emdQXZpcJbrhI968pp6y1RPjsvxYuLYLsQU84VouHtnnupUfTcKuqrQFatK5KDj1P21xxPWi/pPS7MP3Mz+pn3i78A2IMoZ9tGojY/AjqE="
            },
            "skip_cleanup": true,
            "on": {
              "tags": true,
              "all_branches": true
            }
          }
        ]
      }
    ]
  }
}