AMD64
Ruby: 2.6.2
Git
travis-ci/travis-conditions:.travis.yml@ad4ef6e
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"
]
}