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

Update README.md #849

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Update README.md

72071c1
Select commit
Loading
Failed to load commit list.
Open

Update README.md #849

Update README.md
72071c1
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Feb 17, 2024 in 5m 24s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #849 Update README.md.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has eight jobs, running in parallel.

Job Ruby OS State
1565.1 jruby Linux failed
1565.2 2.4 Linux failed
1565.3 2.5 Linux failed
1565.4 2.6 Linux failed
1565.5 2.7 Linux passed
1565.6 2.3 Linux errored
1565.7 2.5 macOS failed
1565.8 2.6 macOS errored

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Versions jruby, 2.4, 2.5, 2.6, 2.7
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "bundler": true
  },
  "rvm": [
    "jruby",
    "2.4",
    "2.5",
    "2.6",
    "2.7"
  ],
  "jobs": {
    "include": [
      {
        "rvm": "2.3",
        "before_script": [
          "gem install faraday -v 1.0.1"
        ]
      },
      {
        "os": "osx",
        "rvm": "2.5"
      },
      {
        "os": "osx",
        "rvm": "2.6"
      },
      {
        "stage": "deploy",
        "if": "repo = travis-ci/travis.rb and branch = master and type = push",
        "os": "linux",
        "rvm": "2.6",
        "deploy": [
          {
            "provider": "rubygems",
            "api_key": {
              "secure": "KcBpkFaes74KGMm8X/rRA8e13+t3PmkefsAvOAR+iF4g1GyuLSPkP92Fb9vFfsXBph+qmFh5rNa2lIRf/3RXW6COxY7CMMaARxUfJOKE0rmIwF0qfKI+RZDh6abg92iYngunMZVN8WVft6Lv9ZTOYCWxr1Zs1Ll/Rl4PfvHNd1g="
            },
            "gem": "travis",
            "edge": true
          }
        ]
      }
    ]
  },
  "script": [
    "bundle exec rake",
    "gem build travis.gemspec",
    "gem install travis-*.gem"
  ]
}