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

add package-lock.json #20

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

add package-lock.json

ac304d8
Select commit
Loading
Failed to load commit list.
Open

add package-lock.json #20

add package-lock.json
ac304d8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Nov 3, 2023 in 34s

Build Errored

The build errored. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #20 add package-lock.json.
Any changes that have been made to the master branch before the build ran are also included.

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 (Xenial)
Node.js Version stable
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "stable"
  ],
  "sudo": false,
  "script": [
    "npm install",
    "npm test"
  ],
  "deploy": [
    {
      "provider": "npm",
      "email": "[email protected]",
      "on": {
        "tags": true,
        "repo": "mathjax/mathjax-node-cli"
      },
      "api_token": {
        "secure": "eSOoR+JW6zwi5iPz3SCiNGEzv5EXimZ0sl+doJ1iCX5TT9VcKlBuj2HhWHoqgEJriRr6XHyvy+k0ftqW0HdoBi1BaMQIuSxx65aOrVBM4YLIYJ5ShO6h0Qu9zpGlekliDmxfal3pQweE02Pl+6I5utm9txQCQ9591e0B5Yu4ZxLslMTr9FmC34RLk9TNI6v8gUAzOuP477e1DcBqnSwIsJ9hUe1tTxOWdBPHJQX+1sgoN+SicW3s8Nc01NO3HZQse+qQfcYsxlCJrxjQzMLGro2FljmuMdD7qGI+2+NnCHyqbd8ujBDEu4Kn/h6NRofIjM0YyYcWkVskIci+CI7kyWQkfSaOunFC5IH9/jeF9Uzoi1Iy6p5KAduSlyf1+ICHL8MRk+VWf02Y2wyOVrTeldq0oZ8Utc3mxxZ9BQCWgRHYjQ5YV1vRLUQcft/vtR0BJPVd4TjgUayvpeBWTz4yUza84H9/OEfIMnIEFOt1aAt4bGDisDU6D5JfvZMfTqtSeu75zmf2es7Aeg23jfMt1Fq9+NbpC9+Yl3Vuy6FmDnv/VA9AF/OZhgmQnFsiD/Kh0AIXfK7z3XTiRYW0JljIt+ysjWY+6zV7Srmeb/DyFSfel7LsG+aqJW/j16EfG88PKM2P5hnlkxxK6TICxUkANaLOOiEduxyizzJZxffOdPM="
      }
    }
  ]
}