AMD64
Ruby
Git
The .travis.yml file used for this job is not available
Build Config
{
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": false,
  "script": [
    "bundle exec rspec -r spec_helper --color"
  ],
  "language": "ruby"
}