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"
}