AMD64
Ruby: 2.1.5
Git
This is the configuration for all of build #5, including this job
language: ruby
sudo: false
cache: bundler
rvm:

- 2.1.5

os:
- linux
- osx
Build Config
{
  "os": [
    "linux",
    "osx"
  ],
  "rvm": [
    "2.1.5"
  ],
  "sudo": false,
  "cache": "bundler",
  "language": "ruby"
}