AMD64
Ruby: 2.4.2
Git
language: ruby

rvm: 2.4.2

sudo: required

services:
  - redis-server

cache: bundler

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