AMD64
no language set
Git
.travis.yml
sudo: false
cache: bundler
script: bundle exec rspec
Build Config
{
"os": [
"linux"
],
"dist": "trusty",
"sudo": false,
"cache": {
"bundler": true
},
"script": [
"bundle exec rspec"
],
"language": "ruby"
}