travis-ci/gh:.travis.yml@9d4d529
dist: focal
language: ruby
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
script: bundle exec rspec
Build Config
{
"language": "ruby",
"os": [
"linux"
],
"dist": "focal",
"rvm": [
"2.4",
"2.5",
"2.6",
"2.7",
"3.0",
"3.1",
"3.2"
],
"script": [
"bundle exec rspec"
]
}