Bump get-func-name from 2.0.0 to 2.0.2 #8
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"
}
]
}
}
Loading