AMD64
no language set
Git
The .travis.yml file used for this job is not available
Build Config
{
"os": [
"linux"
],
"env": {
"global": [
"COVERAGE=1"
]
},
"rvm": [
"2.5.1"
],
"dist": "trusty",
"sudo": false,
"cache": {
"bundler": true,
"directories": [
"$HOME/.rvm"
]
},
"language": "ruby",
"notifications": {
"email": {
"enabled": false
}
},
"before_install": [
"gem install bundler"
]
}