AMD64
Ruby: 2.6.2
Git
travis-ci/travis-conditions:.travis.yml@38d075d
language: ruby
ruby: 2.6.2
cache: bundler
script: bundle exec rspec
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec"
  ],
  "rvm": [
    "2.6.2"
  ]
}