AMD64
Ruby: 3.2
Git
travis-ci/gh:.travis.yml@e1fcd75
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"
]
}