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

chore: update endpoints doc link #348

Merged
merged 1 commit into from
Jun 27, 2024

chore: update endpoints doc link

5f5ed90
Select commit
Loading
Failed to load commit list.
Merged

chore: update endpoints doc link #348

chore: update endpoints doc link
5f5ed90
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jun 27, 2024 in 3m 21s

Build Passed

The build passed.

Details

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

Jobs and Stages

This build has seven jobs, running in parallel.

Job Ruby ENV OS State
1106.1 2.1 BUNDLER_VERSION=1.17.3 Linux passed
1106.2 2.2 BUNDLER_VERSION=1.17.3 Linux passed
1106.3 2.3 BUNDLER_VERSION=1.17.3 Linux passed
1106.4 2.4 BUNDLER_VERSION=1.17.3 Linux passed
1106.5 2.5 BUNDLER_VERSION=1.17.3 Linux passed
1106.6 2.6 BUNDLER_VERSION=1.17.3 Linux passed
1106.7 2.7 BUNDLER_VERSION=1.17.3 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Versions 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "rvm": [
    "2.1",
    "2.2",
    "2.3",
    "2.4",
    "2.5",
    "2.6",
    "2.7"
  ],
  "before_install": [
    "gem install bundler -v '< 2'"
  ],
  "script": [
    "bundle exec rake",
    "bundle exec script/sync-readme-usage",
    "git diff --exit-code"
  ],
  "env": [
    "jobs={:BUNDLER_VERSION=>\"1.17.3\"}"
  ]
}