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

fix: update gem version # #65

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

fix: update gem version #

a87b70e
Select commit
Loading
Failed to load commit list.
Open

fix: update gem version # #65

fix: update gem version #
a87b70e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Apr 2, 2024 in 3m 7s

Build Errored

The build errored.

Details

This is a normal build for the update-version 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
564.1 2.7 Linux errored
564.2 3.0 Linux errored

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Versions 2.7, 3.0
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "cache": {
    "bundler": true
  },
  "services": [
    "xvfb"
  ],
  "addons": {
    "firefox": "latest"
  },
  "rvm": [
    "2.7",
    "3.0"
  ],
  "before_install": [
    "gem install bundler -v 2.3.1",
    "wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz",
    "mkdir geckodriver",
    "tar -xzf geckodriver-v0.26.0-linux64.tar.gz -C geckodriver",
    "export PATH=$PATH:$PWD/geckodriver"
  ],
  "deploy": [
    {
      "provider": "rubygems",
      "api_key": "$RUBYGEMSAPI_KEY",
      "gem": "smartcar",
      "gemspec": "ruby-sdk.gemspec",
      "on": {
        "tags": true,
        "branch": [
          "master"
        ],
        "rvm": "2.7"
      },
      "skip_cleanup": true
    }
  ]
}