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

HOT FIX resolve dependency issue #854

Merged
merged 1 commit into from
Mar 19, 2024

fix: Remove branch from gh dependency gem

d09efe5
Select commit
Loading
Failed to load commit list.
Merged

HOT FIX resolve dependency issue #854

fix: Remove branch from gh dependency gem
d09efe5
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Mar 18, 2024 in 1m 1s

Build Errored

The build errored.

Details

This is a normal build for the fix_merge_issue 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
1586.1 3.2 Linux passed
1586.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"
  ]
}