AMD64
Ruby: 2.5.0
Git
travis-ci/public-metrics:.travis.yml@9b0fe68
language: ruby
rvm: 2.5.0
cache: bundler
script: bundle exec jekyll build
before_install:
- gem install rubygems-update -v 3.4.22
Build Config
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"rvm": [
"2.5.0"
],
"cache": {
"bundler": true
},
"script": [
"bundle exec jekyll build"
],
"before_install": [
"gem install rubygems-update -v 3.4.22"
]
}