AMD64
no language set
Git
travis-ci/gh:.travis.yml@e8ef915
dist: focal

language: ruby
rvm:
  - 3.2

script: bundle exec rspec
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "rvm": [
    "3.2"
  ],
  "script": [
    "bundle exec rspec"
  ]
}