AMD64
no language set
Git
travis-ci/travis-conditions:.travis.yml@56b8356
sudo: false
cache: bundler
script: bundle exec rspec
Build Config
{
  "os": [
    "linux"
  ],
  "sudo": false,
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec"
  ],
  "language": "ruby"
}