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

Update Event Streams node SDK v1.3.0 at 1724808253 #61

Update Event Streams node SDK v1.3.0 at 1724808253

23c7b03
Select commit
Loading
Failed to load commit list.
Closed

Update Event Streams node SDK v1.3.0 at 1724808253 #61

Update Event Streams node SDK v1.3.0 at 1724808253
23c7b03
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Aug 28, 2024 in 1m 5s

Build Failed

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #61 Update Event Streams node SDK v1.3.0 at 1724808253.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js OS State
335.1 18 Linux failed
335.2 20 Linux failed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Versions 18, 20
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "group": "focal",
  "node_js": [
    "18",
    "20"
  ],
  "before_install": [
    "node --version",
    "npm --version"
  ],
  "script": [
    "npm run build",
    "npm run test-travis || travis_terminate 1",
    "npm run lint",
    "npm run check-packages"
  ]
}