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

Updating Github Pages #49

Merged
merged 8 commits into from
Dec 28, 2023

Merge pull request #48 from bamr42/patch-1

42a3814
Select commit
Loading
Failed to load commit list.
Merged

Updating Github Pages #49

Merge pull request #48 from bamr42/patch-1
42a3814
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Dec 28, 2023 in 38s

Build Errored

The build errored. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #49 Updating Github Pages.
Any changes that have been made to the gh-pages branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Ruby OS State
203.1 2.7.4 Linux errored
203.2 3.0 Linux errored

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"
    ]
  }
}