AMD64
no language set
Git
travis-ci/travis-conditions:.travis.yml@cc1f119
language: ruby
ruby: 3.2.2
script: bundle exec rspec
Build Config
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"script": [
"bundle exec rspec"
],
"rvm": [
"3.2.2"
]
}