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 uri gem as test dependency #148

Closed
wants to merge 1 commit into from

add uri gem as test dependency

767c259
Select commit
Loading
Failed to load commit list.
Closed

Add uri gem as test dependency #148

add uri gem as test dependency
767c259
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Aug 8, 2024 in 26m 52s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #148 Add uri gem as test dependency.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job Ruby ENV State Notes
731.1 3.1.2 failed
731.2 3.2.0 failed
731.3 Ruby: 3.2.0 ([email protected]) 3.2.0 NATS_SERVER_VERSION=v2.9.24 passed
731.4 Ruby: 3.3.0 3.3.0-preview1 errored This job is allowed to fail.
731.5 Ruby: 3.2.0 (nats-server@main) 3.2.0 NATS_SERVER_VERSION=main errored This job is allowed to fail.

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Jammy)
Ruby Versions 3.1.2, 3.2.0
Build Configuration
{
  "language": "ruby",
  "rvm": [
    "3.1.2",
    "3.2.0"
  ],
  "cache": {
    "directories": [
      "$HOME/nats-server"
    ]
  },
  "before_install": [
    "bash ./scripts/install_nats.sh"
  ],
  "before_script": [
    "export PATH=$HOME/nats-server:$PATH"
  ],
  "sudo": "required",
  "dist": "jammy",
  "addons": {
    "hosts": [
      "server-A.clients.nats-service.localhost",
      "server-A.clients.fake-nats-service.localhost",
      "server-A.routes.nats-service.localhost",
      "server-A.routes.fake-nats-service.localhost"
    ]
  },
  "jobs": {
    "include": [
      {
        "name": "Ruby: 3.3.0",
        "rvm": "3.3.0-preview1"
      },
      {
        "name": "Ruby: 3.2.0 ([email protected])",
        "rvm": "3.2.0",
        "env": [
          "NATS_SERVER_VERSION=v2.9.24"
        ]
      },
      {
        "name": "Ruby: 3.2.0 (nats-server@main)",
        "rvm": "3.2.0",
        "env": [
          "NATS_SERVER_VERSION=main"
        ]
      }
    ],
    "allow_failures": [
      {
        "name": "Ruby: 3.3.0"
      },
      {
        "name": "Ruby: 3.2.0 (nats-server@main)"
      }
    ]
  },
  "os": "linux",
  "group": "stable"
}