Skip to content

releasing useragent gem

09e770c
Select commit
Loading
Failed to load commit list.
Open

Releasing web_browser update to useragent gem #40

releasing useragent gem
09e770c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jul 31, 2025 in 3m 42s

Build Passed

The build passed.

Details

This is a normal build for the gchconni/releasing-useragent-gem branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Ruby OS State
228.1 3.1 Linux passed
228.2 3.2 Linux passed
228.3 3.3 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Focal)
Ruby Versions 3.1, 3.2, 3.3
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "bundler": true
  },
  "sudo": false,
  "before_install": [
    "gem update --system",
    "gem install bundler"
  ],
  "rvm": [
    "3.1",
    "3.2",
    "3.3"
  ]
}