fix: update gem version # #65
Open
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
}
]
}
Loading