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

Resolve issue #34 - Refactor the TokenType enumerator as strings #34 #35

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

Resolve issue #34

66db7ae
Select commit
Loading
Failed to load commit list.
Open

Resolve issue #34 - Refactor the TokenType enumerator as strings #34 #35

Resolve issue #34
66db7ae
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Nov 24, 2023 in 23m 54s

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 #35 Resolve issue #34 - Refactor the TokenType enumerator as strings #34.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

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

Stage 1: test

This stage errored.

Job Node.js OS State
61.1 8 Linux passed
61.2 9 Linux passed
61.3 10 Linux passed
61.4 11 Linux passed
61.5 12 Linux passed
61.6 13 Linux passed
61.7 14 Linux passed
61.8 15 Linux passed
61.9 16 Linux passed
61.10 17 Linux errored
61.11 18 Linux errored
61.12 19 Linux errored
61.13 20 Linux errored

Stage 2: test & cover

This stage canceled.

Job Node.js OS State
61.14 21 Linux canceled

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "8",
    "9",
    "10",
    "11",
    "12",
    "13",
    "14",
    "15",
    "16",
    "17",
    "18",
    "19",
    "20"
  ],
  "jobs": {
    "include": [
      {
        "stage": "test & cover",
        "node_js": "21",
        "script": [
          "npm run cover",
          "npm run coverage"
        ]
      }
    ]
  }
}