AMD64
Ruby: 2.4.2
Git
language: ruby

rvm: 2.4.2

sudo: false

services:
  - redis-server

cache: bundler

script: bundle exec rspec -f documentation --color --order rand spec
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "2.4.2"
  ],
  "dist": "trusty",
  "sudo": false,
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec -f documentation --color --order rand spec"
  ],
  "language": "ruby",
  "services": [
    "redis-server"
  ]
}