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