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

Publishing updates #51

Merged
merged 14 commits into from
Feb 26, 2024

Merge pull request #47 from bamr42/patch-3

e2a49c0
Select commit
Loading
Failed to load commit list.
Merged

Publishing updates #51

Merge pull request #47 from bamr42/patch-3
e2a49c0
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Feb 26, 2024 in 1m 55s

Build Errored

The build errored, just like the previous build.

Details

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

Jobs and Stages

This build has two jobs, running in parallel.

Job Ruby OS State
216.1 2.7.4 Linux errored
216.2 3.0 Linux failed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Versions 2.7.4, 3.0
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "bundler": true
  },
  "before_script": [
    "gem install bundler",
    "bundle update",
    "chmod +x ./script/cibuild"
  ],
  "install": [
    "bundle install"
  ],
  "script": [
    "./script/cibuild"
  ],
  "rvm": [
    "2.7.4",
    "3.0"
  ],
  "branches": {
    "only": [
      "master",
      "gh-pages"
    ]
  }
}