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

ruby update + q2 maint. #848

Merged
merged 10 commits into from Feb 27, 2024

v1.12.0

62b960c
Select commit
Failed to load commit list.
Merged

ruby update + q2 maint. #848

v1.12.0
62b960c
Select commit
Failed to load commit list.
Travis CI / Travis CI - Branch required action Feb 27, 2024 in 1m 7s

Build Errored

The build errored, just like the previous build.

Details

This is a normal build for the dt-q2-ror 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
1577.1 3.2 Linux passed
1577.2 3.2 macOS errored

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Bionic)
Ruby Version 3.2
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "cache": {
    "bundler": true
  },
  "rvm": [
    "3.2"
  ],
  "jobs": {
    "include": [
      {
        "rvm": "3.2",
        "before_script": [
          "gem install faraday -v 1.0.1"
        ]
      },
      {
        "os": "osx",
        "rvm": "3.2"
      },
      {
        "os": "osx",
        "rvm": "3.2"
      },
      {
        "stage": "deploy",
        "if": "repo = travis-ci/travis.rb and branch = master and type = push",
        "os": "linux",
        "rvm": "3.2",
        "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"
  ]
}