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

Bump get-func-name from 2.0.0 to 2.0.2 #8

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

Bump get-func-name from 2.0.0 to 2.0.2

669ddb5
Select commit
Loading
Failed to load commit list.
Open

Bump get-func-name from 2.0.0 to 2.0.2 #8

Bump get-func-name from 2.0.0 to 2.0.2
669ddb5
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Sep 28, 2023 in 6m 17s

Build Errored

The build errored.

Details

This is a normal build for the dependabot/npm_and_yarn/get-func-name-2.0.2 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

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

Stage 1: test

This stage errored.

Job Node.js OS State
15.1 8 Linux passed
15.2 10 Linux passed
15.3 12 Linux passed
15.4 node Linux errored

Stage 2: deploy

This stage canceled.

Job Node.js OS State
15.5 12 Linux canceled

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 8, 10, 12, node
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "node_js": [
    "8",
    "10",
    "12",
    "node"
  ],
  "script": [
    "npm install",
    "npm run lint",
    "npm test"
  ],
  "jobs": {
    "include": [
      {
        "stage": "deploy",
        "node_js": "12",
        "script": [
          "npm install"
        ],
        "deploy": [
          {
            "provider": "npm",
            "email": "$NPM_EMAIL",
            "on": {
              "branch": [
                "master"
              ]
            },
            "edge": true,
            "api_token": "$NPM_TOKEN"
          }
        ]
      }
    ]
  },
  "notifications": {
    "email": [
      {
        "on_success": "never",
        "on_failure": "always"
      }
    ]
  }
}