Skip to content

v1.55.0

dabe132
Select commit
Loading
Failed to load commit list.
Merged

Release 1.55.0 to master #596

v1.55.0
dabe132
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Mar 2, 2026 in 5m 21s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the release-1.55.0 branch. You should be able to reproduce it by checking out the branch locally.

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 Ruby
Operating System Linux (Jammy)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "services": [
    "docker"
  ],
  "script": [
    "docker build -t viz-test --target test .",
    "./artifact.sh"
  ]
}