#2 from travis-ci/meat-docs-fill-in
master Merge pull requestFill in some docs about existing deployment & usage
AMD64
Ruby: 2.5.1
Git
.travis.yml
language: ruby
rvm: 2.5.1
cache: bundler
env:
global:
- COVERAGE=1
Build Config
{
"os": [
"linux"
],
"env": {
"global": [
"COVERAGE=1"
]
},
"rvm": [
"2.5.1"
],
"dist": "trusty",
"sudo": false,
"cache": {
"bundler": true
},
"language": "ruby"
}