AMD64
Ruby: 2.5
Git
This is the configuration for all of build #46, including this job
travis-ci/travis-ruby-client:.travis.yml@55f6c26
rvm:
  - 2.3
  - 2.4
  - 2.5
script: bundle exec rspec
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "2.3",
    "2.4",
    "2.5"
  ],
  "script": [
    "bundle exec rspec"
  ]
}