AMD64
no language set
Git
language: ruby
services:
- redis-server
cache: bundler
script: bundle exec rspec -f documentation --color --order rand spec
Build Config
{
"os": [
"linux"
],
"cache": {
"bundler": true
},
"script": [
"bundle exec rspec -f documentation --color --order rand spec"
],
"language": "ruby",
"services": [
"redis"
]
}