AMD64
Ruby: 2.5.1
Git
travis-ci/whereami:.travis.yml@b0e757f
language: ruby
rvm: 2.5.1
cache: bundler
env:
global:
- COVERAGE=1
before_install:
- gem install rubygems-update -v 3.4.22
Build Config
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"rvm": [
"2.5.1"
],
"cache": {
"bundler": true
},
"env": {
"global": [
{
"COVERAGE": "1"
}
]
},
"before_install": [
"gem install rubygems-update -v 3.4.22"
]
}