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

[Snyk] Upgrade standard from 12.0.1 to 17.1.0 #3

Merged
merged 1 commit into from
Aug 23, 2023

feat: upgrade standard from 12.0.1 to 17.1.0

ac4815e
Select commit
Failed to load commit list.
Merged

[Snyk] Upgrade standard from 12.0.1 to 17.1.0 #3

feat: upgrade standard from 12.0.1 to 17.1.0
ac4815e
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Aug 22, 2023 in 3m 20s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #3 [Snyk] Upgrade standard from 12.0.1 to 17.1.0.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Node.js OS State
11.1 node Linux errored
11.2 10 Linux failed
11.3 8 Linux failed
11.4 6 Linux errored

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions node, 10, 8, 6
Build Configuration
{
  "webhooks": {
    "urls": "https://webhooks.gitter.im/e/237280ed4796c19cc626",
    "on_success": "change",
    "on_failure": "always",
    "on_start": false
  },
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "node",
    "10",
    "8",
    "6"
  ],
  "after_script": [
    "npm run test-cov",
    "codecov",
    "cat ./coverage/lcov.info | coveralls"
  ],
  "sudo": false
}