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: do not mutate original path when generatig docs #34

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

chore: fix test

7648e01
Select commit
Loading
Failed to load commit list.
Open

chore: do not mutate original path when generatig docs #34

chore: fix test
7648e01
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 4, 2023 in 1m 14s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #34 chore: do not mutate original path when generatig docs.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 14 jobs, running in parallel.

Job Ruby Gemfile OS State
191.1 2.3 gemfiles\/Gemfile.rack-1.x Linux passed
191.2 2.3 gemfiles\/Gemfile.rack-2.x Linux passed
191.3 2.4 gemfiles\/Gemfile.rack-1.x Linux passed
191.4 2.4 gemfiles\/Gemfile.rack-2.x Linux passed
191.5 2.5 gemfiles\/Gemfile.rack-1.x Linux passed
191.6 2.5 gemfiles\/Gemfile.rack-2.x Linux passed
191.7 2.6 gemfiles\/Gemfile.rack-1.x Linux passed
191.8 2.6 gemfiles\/Gemfile.rack-2.x Linux passed
191.9 2.7 gemfiles\/Gemfile.rack-1.x Linux passed
191.10 2.7 gemfiles\/Gemfile.rack-2.x Linux passed
191.11 3.0 gemfiles\/Gemfile.rack-1.x Linux passed
191.12 3.0 gemfiles\/Gemfile.rack-2.x Linux passed
191.13 3.2 gemfiles\/Gemfile.rack-1.x Linux passed
191.14 3.2 gemfiles\/Gemfile.rack-2.x Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Versions 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.2
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "gemfile": [
    "gemfiles/Gemfile.rack-1.x",
    "gemfiles/Gemfile.rack-2.x"
  ],
  "rvm": [
    "2.3",
    "2.4",
    "2.5",
    "2.6",
    "2.7",
    "3.0",
    "3.2"
  ],
  "sudo": false,
  "cache": {
    "bundler": true
  }
}